mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-01 16:38:36 -04:00
added exit if missing config file
This commit is contained in:
@@ -46,3 +46,4 @@ def get_config():
|
||||
else:
|
||||
print("%s is missing, please create a config file" % config_file)
|
||||
print("example config is\n %s" % example_config)
|
||||
sys.exit(-1)
|
||||
|
||||
Reference in New Issue
Block a user