mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 12:11:35 +01:00
remove obsolete _new modifier
This commit is contained in:
4
init.py
4
init.py
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
import frontend_new
|
||||
import frontend
|
||||
import sys
|
||||
if __name__ == "__main__":
|
||||
frontend_new.main()
|
||||
frontend.main()
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user