Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Feb 2, 2025
1 parent cc4e9c3 commit 85f73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai_marketplace_monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def start_monitor(self: "MarketplaceMonitor") -> None:
)
schedule.clear()
break
if not schedule.jobs():
if not schedule.get_jobs():
break
# subsequent runs will be scheduled runs
while True:
Expand Down

0 comments on commit 85f73d2

Please sign in to comment.