PEP8 Function name should be lowercase

This commit is contained in:
Labrys of Knossos 2018-12-16 21:37:44 -05:00
commit d8cbf422dd
18 changed files with 221 additions and 221 deletions

View file

@ -58,7 +58,7 @@ class NTMRotatingLogHandler(object):
handler.flush()
handler.close()
def initLogging(self, consoleLogging=True):
def init_logging(self, consoleLogging=True):
if consoleLogging:
self.console_logging = consoleLogging