From 2a05198441689b5f9c50dca3d0ca7b655ff990ca Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Mon, 16 Sep 2024 15:13:37 +0200 Subject: Minor changes --- tropical/tropical.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tropical/tropical.py') diff --git a/tropical/tropical.py b/tropical/tropical.py index 1adb66b..774cf18 100755 --- a/tropical/tropical.py +++ b/tropical/tropical.py @@ -14,7 +14,6 @@ __VERSION__ = "0.1" if __name__ == '__main__': env=Env() -# calState=CalState() - # QtCalanus.StartApplication(__VERSION__,calState) - #print(db.keyExists("calendars",1)) -#db=CalDB("sqlite.db") + calState=CalState() + QtCalanus.StartApplication(__VERSION__,calState) + -- cgit v1.2.3