From f8bff1a9ab3b5906bba9c7f5f4282e466643b903 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 11 Apr 2021 12:13:21 +0800 Subject: [PATCH] Update index.py --- plugins/aria2/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/aria2/index.py b/plugins/aria2/index.py index 50bf5478b..b42bd65bb 100755 --- a/plugins/aria2/index.py +++ b/plugins/aria2/index.py @@ -101,7 +101,6 @@ def start(): file = initDreplace() data = mw.execShell(file + ' start') - print data if data[1] == '': return 'ok' return data[1]