changes as test
This commit is contained in:
2
main.py
2
main.py
@@ -2,4 +2,4 @@ from src.ui.main_ui import launch
|
||||
|
||||
if __name__ == "__main__":
|
||||
launch()
|
||||
|
||||
# launch()
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user