Add logbook to default configuration

This commit is contained in:
Paulus Schoutsen 2015-04-24 08:47:11 -07:00
parent 41b02928ef
commit 424f05a4da

View File

@ -85,6 +85,7 @@ def ensure_config_path(config_dir):
conf.write("frontend:\n\n") conf.write("frontend:\n\n")
conf.write("discovery:\n\n") conf.write("discovery:\n\n")
conf.write("history:\n\n") conf.write("history:\n\n")
conf.write("logbook:\n\n")
except IOError: except IOError:
print(('Fatal Error: No configuration file found and unable ' print(('Fatal Error: No configuration file found and unable '
'to write a default one to {}').format(config_path)) 'to write a default one to {}').format(config_path))