expired date & brake speed setting format modification

This commit is contained in:
2025-06-16 09:10:11 +08:00
parent eb2463b943
commit 790a4985e7
6 changed files with 10 additions and 7 deletions

3
aio.py
View File

@ -1037,5 +1037,8 @@ class SplashScreen(QApplication):
if __name__ == '__main__':
if time.time() > 1757486841:
exit(9)
app = SplashScreen(sys.argv)
sys.exit(app.exec())