added extra error statement

This commit is contained in:
Falko Victor Habel 2024-05-19 23:05:19 +02:00
parent f0298a4391
commit 9a627df31b
1 changed files with 1 additions and 0 deletions

View File

@ -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")