summaryrefslogtreecommitdiff
path: root/tropical/tropical.py
diff options
context:
space:
mode:
Diffstat (limited to 'tropical/tropical.py')
-rwxr-xr-xtropical/tropical.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tropical/tropical.py b/tropical/tropical.py
index 13281b3..5b81203 100755
--- a/tropical/tropical.py
+++ b/tropical/tropical.py
@@ -6,7 +6,7 @@ import qt.mainwindow as QtCalanus
from calstate import CalState
from env import Env
-__VERSION__ = "0.1"
+
@@ -16,5 +16,5 @@ if __name__ == '__main__':
env=Env()
env.listEventsOn(2024,10,1)
calState=CalState()
- QtCalanus.StartApplication(__VERSION__,calState)
+ QtCalanus.StartApplication(env,calState)