Added missingspecial names ssection to default config
parent
9723fa6b9a
commit
c5d69fc9e8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue