This commit is contained in:
2025-06-02 00:14:30 +03:30
parent 5badbdbb95
commit c8e06e7129

View File

@@ -33,7 +33,7 @@ def get_blackouts(bill_id) -> list:
return response.json().get("data", []) return response.json().get("data", [])
else: else:
print(f"❌ Failed to get blackouts: {response.text}") print(f"❌ Failed to get blackouts: {response.text}")
exit(1) return []
def load_blackouts() -> dict: def load_blackouts() -> dict: