From e41854f5fb4962b65c8a44fa60841839b134c291 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 6 Feb 2024 10:52:00 -0300 Subject: *sigh* yea, that's Bill Gates system for you --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 0e3e7ec..9e11373 100755 --- a/__main__.py +++ b/__main__.py @@ -102,7 +102,7 @@ if pref["discord"]: err = traceback.format_exc().split("\n")[-2] _rpc = None print("Failed to load Discord RPC!\n%s" % err) - except FileNotFoundError: + except (FileNotFoundError, discordrpc.exceptions.Error): if not sys.platform.startswith('win'): raise else: -- cgit v1.2.3-60-g2f50