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: