diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 22:15:39 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 22:15:39 +0200 |
commit | 00e23cfd90336c88b0548eb63d4c184a93edfd12 (patch) | |
tree | 6b5c11b25db6999f7efcc556bf32b5af21af10dd /pyLoadCore.py | |
parent | new so fix (diff) | |
download | pyload-00e23cfd90336c88b0548eb63d4c184a93edfd12.tar.xz |
edited readme, save configs after start
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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: |