diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 11:12:22 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 11:12:22 +0200 |
| commit | 1b97acaa87a8e8740381573bd3d994344b008043 (patch) | |
| tree | a4d65540763f35311a478311e444898c0cdf10f3 /tropical/tropical.py | |
| parent | fc2d09d5aef9e89ff09137b64b7001e5bf0babaf (diff) | |
Minor changes
Diffstat (limited to 'tropical/tropical.py')
| -rwxr-xr-x | tropical/tropical.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tropical/tropical.py b/tropical/tropical.py index 774cf18..13281b3 100755 --- a/tropical/tropical.py +++ b/tropical/tropical.py @@ -14,6 +14,7 @@ __VERSION__ = "0.1" if __name__ == '__main__': env=Env() + env.listEventsOn(2024,10,1) calState=CalState() QtCalanus.StartApplication(__VERSION__,calState) |
