Skip to content

Commit

Permalink
Fix missing config 'AutoUpdate' (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdende authored Sep 30, 2020
1 parent e5f2e76 commit c0a60f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CB/Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def init_config(self):
'WAAPIKey': '',
'WACompanionVersion': 0,
'CFCacheTimestamp': 0,
'CompactMode': False}
'CompactMode': False,
'AutoUpdate': True}
self.save_config()
if not os.path.isdir('WTF-Backup') and self.config['Backup']['Enabled']:
os.mkdir('WTF-Backup')
Expand Down

0 comments on commit c0a60f1

Please sign in to comment.