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