diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 259e2cd0c..5923a3d7f 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -373,8 +373,6 @@ class Core(object): self.scheduler.addJob(0, self.accountManager.getAccountInfos) - self.server_methods.delete_finished() - while True: sleep(2) if self.do_restart: |