diff options
Diffstat (limited to 'tropical/tropical.py')
| -rwxr-xr-x | tropical/tropical.py | 4 |
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) |
