This commit is contained in:
rattatwinko
2025-04-15 18:52:08 +02:00
parent ea80ed32fa
commit 6fa8b4bfc8
7 changed files with 14 additions and 5 deletions

11
run.py
View File

@@ -1,4 +1,13 @@
from PfandApplication import main
"""
If the function launch gets called with
False -> No autoupdates will be run
True -> Autoupdates will be run
"""
if __name__ == "__main__":
main.PfandCalculator.launch(False) #Debug False
main.PfandCalculator.launch(True) # By default True