From 3fc99a8a28f5ceab45c8c70c13a48d934b20c61c Mon Sep 17 00:00:00 2001 From: Shane Date: Thu, 22 May 2025 11:17:56 +1000 Subject: [PATCH] try --- foodie_engagement_tweet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foodie_engagement_tweet.py b/foodie_engagement_tweet.py index 6e52604..7490cb9 100644 --- a/foodie_engagement_tweet.py +++ b/foodie_engagement_tweet.py @@ -231,7 +231,7 @@ def post_engagement_tweet(): try: print("Checking rate limit") - if not check_author_rate_limit(author['username']): + if not check_author_rate_limit(author): # Pass the full author dictionary print(f"Rate limit exceeded for {author['username']}") logging.info(f"Rate limit exceeded for {author['username']}") sleep_time = 86400 # 1 day