Skip to content

Commit

Permalink
fix: remove initial run
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 committed Mar 1, 2024
1 parent 446ad7a commit e9bf9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classifier/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def classify():

if __name__ == '__main__':
load_dotenv()
classify()
scheduler.add_job(classify, "cron", hour="*", minute="*/5", max_instances=1)
scheduler.start()
print("Classifier schedule started")
Expand Down

0 comments on commit e9bf9a3

Please sign in to comment.