Change formating

pull/8/head
Nicolas Jouanin 2015-08-17 21:54:53 +02:00
rodzic 883b230855
commit d2d1a9f975
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ class EventLoggerPlugin:
@asyncio.coroutine
def log_event(self, event_name):
self.logger.info("### EVENT FIRED: '%s' ###" % event_name)
self.logger.info("### '%s' EVENT FIRED ###" % event_name.replace('old', ''))
def __getattr__(self, name):
if name.startswith("on_"):