From 23c6c42c51f7de7babe17dbdc4ff302f51762eed Mon Sep 17 00:00:00 2001 From: Shane Date: Thu, 22 May 2025 12:46:03 +1000 Subject: [PATCH] fix --- foodie_engagement_tweet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/foodie_engagement_tweet.py b/foodie_engagement_tweet.py index ac85877..31a56c3 100644 --- a/foodie_engagement_tweet.py +++ b/foodie_engagement_tweet.py @@ -15,6 +15,7 @@ from foodie_utils import ( SUMMARY_MODEL, check_author_rate_limit, load_json_file, + save_json_file, # Add this update_system_activity, get_next_author_round_robin )