Add frontend to default config

This commit is contained in:
Paulus Schoutsen 2015-01-30 08:28:04 -08:00
parent 13ac71bdf0
commit 6878fc254a

View File

@ -78,7 +78,7 @@ def ensure_config_path(config_dir):
if not os.path.isfile(config_path):
try:
with open(config_path, 'w') as conf:
conf.write("[http]\n\n")
conf.write("[frontend]\n\n")
conf.write("[discovery]\n\n")
except IOError:
print(('Fatal Error: No configuration file found and unable '