From 1b765e4273451573d1bf813e68a61285b3a51f7b Mon Sep 17 00:00:00 2001 From: Atillart-One <90020333+Atillart-One@users.noreply.github.com> Date: Mon, 13 Dec 2021 00:24:52 +0530 Subject: [PATCH] 1.3 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 971a010..b474b70 100644 --- a/main.py +++ b/main.py @@ -697,7 +697,7 @@ def get_bg(): patchnotes_text = canvas_patch.create_text(0, 10, text=patchnotes.replace('\r', ''), fill='#e4dfd4', width=525, font=("Friz Quadrata Std", 12), anchor=tkinter.NW) - except (requests.ConnectionError, requests.Timeout): + except Exception: patchnotes_text = canvas_patch.create_text(0, 10, text='Failed to get patch notes.' ' You may be disconnected from the internet.', fill='#e4dfd4', width=525, font=("Friz Quadrata Std", 12),