Always call run() from main.py.
[matthijs/upstream/mobilegtd.git] / src / main.py
index 80a7538fe77a691afa9f9d9b8d18b8eaf3b05014..85065dd9d0721cc481033fea15ec75a2c7dfecef 100644 (file)
@@ -83,6 +83,6 @@ def run():
 
     logger.close()
 
-if __name__ == "__main__":
-    run()
+run()
+
 #tr.stop()