summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 072737716..9f2e2ab91 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -308,7 +308,6 @@ class Core(object):
f = open(link_file, "wb")
f.close()
- #self.scheduler.start()
self.scheduler.addJob(0, self.accountManager.cacheAccountInfos)
while True: