Update index.py
This commit is contained in:
parent
c900048329
commit
2be79ead78
|
|
@ -158,7 +158,7 @@ def getLog():
|
|||
def getLogCb(args):
|
||||
# print(args)
|
||||
logPath = args['path']
|
||||
content = mw.getLastLine(logPath, 500)
|
||||
content = mw.getLastLine(logPath, 1000)
|
||||
return mw.returnData(True, 'ok', content)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue