mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-07 04:31:34 +01:00
fixed windows related problems
This commit is contained in:
committed by
atlantispc_sheppy
parent
585a2ea40c
commit
a4a259fefc
7
init.py
7
init.py
@@ -2,12 +2,5 @@
|
||||
import frontend_new
|
||||
import sys
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
frontend_new.main()
|
||||
sys.exit(0)
|
||||
except KeyboardInterrupt as e:
|
||||
sys.exit(1)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
input("Ein Fehler ist aufgetreten, <ENTER> um zu beenden, wenn dieser Fehler unerwartet war -> Mail!")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user