Added missingspecial names ssection to default config

doc_update
Joey Hines 2018-08-11 19:11:35 -05:00
parent 9723fa6b9a
commit c5d69fc9e8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ def create_config(config):
config['Logging'] = {'Count': '', config['Logging'] = {'Count': '',
'Rotation_Duration': '' 'Rotation_Duration': ''
} }
config['Special Names'] = {}
with open('GeoffreyConfig.ini', 'w') as configfile: with open('GeoffreyConfig.ini', 'w') as configfile:
config.write(configfile) config.write(configfile)