diff options
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: |