diff --git a/plugins/docker/index.py b/plugins/docker/index.py index e528d9ced..59488cead 100755 --- a/plugins/docker/index.py +++ b/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