Skip to content

Commit

Permalink
fix scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 20, 2024
1 parent 282602b commit 659b4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcbot/falcbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
logging.basicConfig(level=logging.DEBUG)

# update the registry every 4 hours
schedule.every(4).hour.do(ASAPMLModelRegistry.update_registry())
schedule.every(4).hours.do(ASAPMLModelRegistry.update_registry)


class SlackSettings(BaseSettings):
Expand Down

0 comments on commit 659b4b7

Please sign in to comment.