From 7a4de6e227def949316a4ffe8aa7ebe2e9cad5ba Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 23 Nov 2021 03:29:38 +0800 Subject: [PATCH] for mac debug --- class/core/plugins_api.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/class/core/plugins_api.py b/class/core/plugins_api.py index 22ee4d082..1a4311ae1 100755 --- a/class/core/plugins_api.py +++ b/class/core/plugins_api.py @@ -109,6 +109,9 @@ class plugins_api: name + " && /bin/bash " + pluginInfo["shell"] \ + " install " + version + if mw.isAppleSystem(): + print(execstr) + taskAdd = (None, mmsg + '[' + name + '-' + version + ']', 'execshell', '0', time.strftime('%Y-%m-%d %H:%M:%S'), execstr)