diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 14:35:38 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 14:35:38 +0200 |
| commit | 08c3a724eed0b0a2b20de5a72e772ebccf747abc (patch) | |
| tree | 82897d38d44f72b7d7cf849581fb5ed4eca227d6 /tropical/tropical.py | |
| parent | 1b97acaa87a8e8740381573bd3d994344b008043 (diff) | |
Minor changes
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) |
