Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tspeterkim authored Jun 1, 2024
1 parent 5d359ea commit 4b61dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ def comments(post_id):
# set aside comments that we don't need to reply to again (avoids rate limiting from FB)
if 'error' in response and response['error']['code'] == -1:
sent_cmt_ids.add(comment_id)
print(response.json()) # for sanity
print(response) # for sanity
time.sleep(60) # don't need real-time replies

0 comments on commit 4b61dad

Please sign in to comment.