summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 4df3f852e..9eb385553 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -372,7 +372,8 @@ class ServerMethods():
if self.core.thread_list.pause:
self.core.thread_list.pause = False
else:
- self.core.thread_list.pause = True
+ self.core.thread_list.pause = True
+ return self.core.thread_list.pause
def status_server(self):
status = {}