From 262d7d2a928320159ae43d089c72aacc68a4d7a6 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 15 Aug 2023 08:24:03 -0400 Subject: [PATCH] no log: fixed last merged pr --- bazarr/app/announcements.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bazarr/app/announcements.py b/bazarr/app/announcements.py index c92b86cea..71a9c9906 100644 --- a/bazarr/app/announcements.py +++ b/bazarr/app/announcements.py @@ -43,9 +43,8 @@ def parse_announcement_dict(announcement_dict): def get_announcements_to_file(): try: - r = requests.get( - "https://raw.githubusercontent.com/morpheus65535/bazarr-binaries/master/announcements.json" - timeout=10) + r = requests.get("https://raw.githubusercontent.com/morpheus65535/bazarr-binaries/master/announcements.json", + timeout=10) except requests.exceptions.HTTPError: logging.exception("Error trying to get announcements from Github. Http error.") except requests.exceptions.ConnectionError: