From c8e06e7129a8b53867b2884a6aba735de40944c3 Mon Sep 17 00:00:00 2001 From: Meghdad Date: Mon, 2 Jun 2025 00:14:30 +0330 Subject: [PATCH] change --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 88e33a6..2829eb3 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ def get_blackouts(bill_id) -> list: return response.json().get("data", []) else: print(f"❌ Failed to get blackouts: {response.text}") - exit(1) + return [] def load_blackouts() -> dict: