diff options
author | mkaay <mkaay@mkaay.de> | 2010-03-30 13:28:37 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-03-30 13:28:37 +0200 |
commit | a61fd101d9a90033598dd979c45a7adaff223584 (patch) | |
tree | 61fe5c4472139de350164f668b4b372d50e30a7a /pyLoadCore.py | |
parent | new translation files (diff) | |
download | pyload-a61fd101d9a90033598dd979c45a7adaff223584.tar.xz |
better config parser
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 |