From 08c3a724eed0b0a2b20de5a72e772ebccf747abc Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Tue, 17 Sep 2024 14:35:38 +0200 Subject: Minor changes --- tropical/tropical.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tropical/tropical.py') 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) -- cgit v1.2.3