mirror of https://github.com/evilhero/mylar
FIX: Incorrect indentation in getLogs api
This commit is contained in:
parent
734555fca3
commit
828a3443ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue