update reddit

This commit is contained in:
2025-04-26 14:47:25 +10:00
parent 0c1284199b
commit 5b4b4c0253
4 changed files with 33 additions and 15 deletions
+2
View File
@@ -24,7 +24,9 @@ from foodie_hooks import get_dynamic_hook, select_best_cta
import feedparser
from concurrent.futures import ThreadPoolExecutor, as_completed
from typing import List, Dict, Any, Optional
from dotenv import load_dotenv
load_dotenv()
# Flag to indicate if we're in the middle of posting
is_posting = False