mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-25 09:28:38 -05:00
added exit if missing config file
This commit is contained in:
parent
5717504f11
commit
e3964c5426
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user