diff --git a/project.py b/project.py index 9cf4151..2fd8e3a 100644 --- a/project.py +++ b/project.py @@ -37,6 +37,7 @@ def main(): gui.mainloop() except TypeError: sys.exit("The config file seems to be corrupted, please run: 'python project.py --config'") + sys.exit("No Config available. please run: 'python project.py --config' to set it up")