From 5292527a1c2120efa416310d9e294ab23e38e55c Mon Sep 17 00:00:00 2001 From: inputnoise Date: Wed, 12 Nov 2025 10:31:34 +0100 Subject: [PATCH] all events after 18 are now pub events --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.py b/crawler.py index 74995a7..8eaebca 100644 --- a/crawler.py +++ b/crawler.py @@ -77,7 +77,7 @@ def send_to_discord_webhook(data, webhook_url): print(f"Discord webhook error: {e}\nPayload: {payload}") return None # Group events - pub_keywords = ['pub', "wermlandskällar’n", 'orvars krog'] + pub_keywords = ['pub', 'wermlandskälla', 'orvars krog'] def is_pub_event(e): # Keyword match if any(k in e['event'].lower() for k in pub_keywords):