summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 09b039a4e..be06dc5ee 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -382,7 +382,9 @@ class Core(object):
self.server_methods.add_package("links.txt", [link_file], 1)
f.close()
- self.scheduler.addJob(0, self.accountManager.getAccountInfos)
+ #self.scheduler.addJob(0, self.accountManager.getAccountInfos)
+ self.log.info(_("Activating Accounts..."))
+ self.accountManager.getAccountInfos()
while True:
sleep(2)