Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atillart-one authored Dec 12, 2021
1 parent 066ce79 commit 1b765e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1b765e4

Please sign in to comment.