From 1185039b5b596ec08c7b736e22b1a120c26f6537 Mon Sep 17 00:00:00 2001 From: Sadman Ahmed Shanto <48191623+shanto268@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:28:44 -0500 Subject: [PATCH] fix: updated main.py to run the usual flow --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index d8e78f4..9ba239e 100755 --- a/main.py +++ b/main.py @@ -385,9 +385,9 @@ def test_update_duty_tracker(system): alert_developer(e) sys.exit(1) try: - #system.run() + system.run() # Run the test case - test_update_duty_tracker(system) + #test_update_duty_tracker(system) except Exception as e: print(f"Caught exception during execution: {e}") alert_developer(e)