diff options
Diffstat (limited to 'gitautodeploy/gitautodeploy.py')
-rw-r--r-- | gitautodeploy/gitautodeploy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitautodeploy/gitautodeploy.py b/gitautodeploy/gitautodeploy.py index fa756cd..e5edc3c 100644 --- a/gitautodeploy/gitautodeploy.py +++ b/gitautodeploy/gitautodeploy.py @@ -384,6 +384,7 @@ class GitAutoDeploy(object): def serve_wss(self): """Start a web socket server over SSL, used by the web UI to get notifications about updates.""" import os + from .events import SystemEvent # Start a web socket server if the web UI is enabled if not self._config['web-ui-enabled']: |