This commit is contained in:
Phill Ridout 2017-11-14 22:30:46 +00:00
parent 2ccd6a01f0
commit 4fbed73e95

View File

@ -191,7 +191,7 @@ class Controller(object):
"""
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:
return
if not self.is_live: