summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-18 22:15:39 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-18 22:15:39 +0200
commit00e23cfd90336c88b0548eb63d4c184a93edfd12 (patch)
tree6b5c11b25db6999f7efcc556bf32b5af21af10dd /pyLoadCore.py
parentnew so fix (diff)
downloadpyload-00e23cfd90336c88b0548eb63d4c184a93edfd12.tar.xz
edited readme, save configs after start
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index d39c919dc..e1c7331a7 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -227,6 +227,8 @@ class Core(object):
#self.threadManager.start()
self.hookManager.coreReady()
+
+ self.config.save() #save so config files gets filled
while True: