diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index d5b387baf..c2cf6d829 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -464,6 +464,9 @@ class ServerMethods(): else: raise Exception("not allowed!") + def get_config(self): + pass + def pause_server(self): self.core.thread_list.pause = True |