Update index.py

pull/109/head
Mr Chen 6 years ago
parent dd5195de37
commit 54ac575ff7
  1. 4
      plugins/samba/index.py

@ -10,6 +10,10 @@ import sys
sys.path.append(os.getcwd() + "/class/core")
import public
app_debug = False
if public.isAppleSystem():
app_debug = True
def getPluginName():
return 'samba'

Loading…
Cancel
Save