Update index.py

This commit is contained in:
dami 2025-05-23 23:36:12 +08:00
parent c900048329
commit 2be79ead78
1 changed files with 1 additions and 1 deletions

View File

@ -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)