From 4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 25 Apr 2025 00:17:01 -0700 Subject: add is_ai_summary key to all new_data --- community/disc.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'community/disc.py') diff --git a/community/disc.py b/community/disc.py index 8cc5aeb..b6b7815 100644 --- a/community/disc.py +++ b/community/disc.py @@ -24,5 +24,3 @@ def fetch_messages(channel_id: str): } response = requests.get(url, headers=headers) return response.json() - if response.ok: - print(f"Failed to fetch: {response.status_code} - {response.text}") -- cgit v1.2.3