summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-08 15:06:23 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-08 15:06:23 +0100
commit8f27d644fadcb8beb3dcd65c4a04073fa40fcdd2 (patch)
tree47a4752c11811c2166350c032da3d18fa6d7d2ae /pyLoadCore.py
parentnew buttons to (remove finished/restart failed) links (diff)
downloadpyload-8f27d644fadcb8beb3dcd65c4a04073fa40fcdd2.tar.xz
added check to remove byte order mark (fixes fileserv)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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: