From 76ddf4fe100d7023451eb3b3134de4a11a7ad852 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Wed, 18 Sep 2024 18:32:24 +0200 Subject: Minor changes --- tropical/tropical.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tropical/tropical.py') diff --git a/tropical/tropical.py b/tropical/tropical.py index 5b81203..a68c93a 100755 --- a/tropical/tropical.py +++ b/tropical/tropical.py @@ -14,7 +14,6 @@ from env import Env if __name__ == '__main__': env=Env() - env.listEventsOn(2024,10,1) - calState=CalState() - QtCalanus.StartApplication(env,calState) +# env.listEventsOn(2024,10,1) + QtCalanus.StartApplication(env) -- cgit v1.2.3