From 2be79ead78d932d8f31d28808e92ebc0dab7b16f Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 23 May 2025 23:36:12 +0800 Subject: [PATCH] Update index.py --- plugins/webhook/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webhook/index.py b/plugins/webhook/index.py index dd2448cf8..aca5bebbd 100755 --- a/plugins/webhook/index.py +++ b/plugins/webhook/index.py @@ -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)