...
This commit is contained in:
parent
51b6b325b9
commit
5cc18fdb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -485,5 +485,5 @@ def prepare_config_file_for_editing():
|
|||
except FileExistsError:
|
||||
pass
|
||||
with open(defconf, 'w') as f:
|
||||
f.write(commented_out_default_config)
|
||||
f.write(commented_out_default_config())
|
||||
return defconf
|
||||
|
|
|
|||
Loading…
Reference in a new issue