diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 97c9ec64b..cbc270036 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -374,9 +374,9 @@ class Core(object): self.lastClientConnected = 0 # later imported because they would trigger api import, and remote value not set correctly + from module import Api from module.HookManager import HookManager from module.ThreadManager import ThreadManager - from module import Api if Api.activated != self.remote: self.log.warning("Import error: API remote status not correct.") |