Update index.py

pull/628/head
Mr Chen 7 months ago
parent f5b0ce7788
commit ae74121229
  1. 6
      plugins/docker/index.py

@ -10,7 +10,11 @@ import json
sys.path.append(os.getcwd() + "/class/core")
import mw
import docker
try:
import docker
except Exception as e:
pass
app_debug = False

Loading…
Cancel
Save