updated some stuff (not worthy of a vb!)

This commit is contained in:
rattatwinko
2025-04-17 18:49:33 +02:00
parent e3e581ccd8
commit 7a531dc92a
5 changed files with 179 additions and 146 deletions

17
run.py
View File

@@ -1,15 +1,14 @@
from PfandApplication import main
if __name__ == "__main__": main.PfandCalculator.launch(False)
"""
If the function launch gets called with
False -> No autoupdates will be run || Best for Debugging!
True -> Autoupdates will be run
/********************************************
* Launch Function Parameters *
* *
* True -> Auto-Update *
* False -> Dont Auto-Update *
* None -> Idk check it :3 *
********************************************/
"""
if __name__ == "__main__":
main.PfandCalculator.launch(False)