modded
This commit is contained in:
11
run.py
11
run.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user