Skip to content

Commit

Permalink
update cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jul 27, 2024
1 parent c9d6018 commit a7a5dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/cron_reddit_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def save_data(data):
existing_posts[post_id] = extracted_post
data_changed = True

time.sleep(1) # Add a 1-second delay between processing submissions

if data_changed:
# Convert the dictionary back to a list and sort by created_utc
Expand Down

0 comments on commit a7a5dfa

Please sign in to comment.