changes as test

This commit is contained in:
2024-11-08 08:47:03 +01:00
parent 190d78291e
commit d71151ff2b
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
from src.ui.main_ui import launch
# from src.ui.main_ui import launch
from updater import Update
if __name__ == "__main__":
launch("--debug")
Update()
# launch("--debug")