Skip to content

Commit

Permalink
fix: updated main.py to run the usual flow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 authored Jul 27, 2024
1 parent ddbf348 commit 1185039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1185039

Please sign in to comment.