From a5649c210563d81921b912edb31a87d09308e8bf Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 2 Aug 2019 13:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/gogs/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index 5a368dfdd..41ee6193a 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -14,7 +14,7 @@ import public app_debug = False -if public.getOs() == 'darwin': +if public.isAppleSystem(): app_debug = True