forked from openlp/openlp
Typo fix
This commit is contained in:
parent
2ccd6a01f0
commit
4fbed73e95
@ -191,7 +191,7 @@ class Controller(object):
|
|||||||
"""
|
"""
|
||||||
Based on the handler passed at startup triggers the previous slide event.
|
Based on the handler passed at startup triggers the previous slide event.
|
||||||
"""
|
"""
|
||||||
log.debug('Live = {live}, previous'.formta(live=self.is_live))
|
log.debug('Live = {live}, previous'.format(live=self.is_live))
|
||||||
if not self.doc:
|
if not self.doc:
|
||||||
return
|
return
|
||||||
if not self.is_live:
|
if not self.is_live:
|
||||||
|
Loading…
Reference in New Issue
Block a user