We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343073c commit f493b08Copy full SHA for f493b08
backend/scraping/instagram_feed.py
@@ -58,7 +58,6 @@
58
SUPABASE_DB_URL = os.getenv("SUPABASE_DB_URL")
59
60
61
-def is_duplicate_event(event_data):
62
def is_duplicate_event(event_data):
63
"""Check for duplicate events using title, occurrences, location, and description."""
64
0 commit comments