FIX: Incorrect indentation in getLogs api

This commit is contained in:
evilhero 2015-07-01 18:39:49 -04:00
parent 734555fca3
commit 828a3443ce
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class Api(object):
self.data = mylar.LOG_LIST
return
def _clearLogs(self, **kwargs):
def _clearLogs(self, **kwargs):
mylar.LOG_LIST = []
self.data = 'Cleared log'
return