pull/20/head
quadrismegistus 4 years ago
parent 2a85ff9386
commit f594fe2f16

2
.gitignore vendored

@ -1,5 +1,5 @@
__pycache__
komrade.json
app.json
.keys.json
app/cache
app/log.txt

@ -228,8 +228,9 @@ class MainApp(MDApp):
return self._logger
def log(self,*args):
line = ' '.join(str(x) for x in args)
self.logger.debug(line+'\n')
#line = ' '.join(str(x) for x in args)
#self.logger.debug(line+'\n')
self.logger.debug('what?')
def __init__(self, **kwargs):
super().__init__(**kwargs)

Loading…
Cancel
Save