summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-09 21:13:26 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-09 21:13:26 -0300
commitbe43135e3151f6e87c0a1bab2070c9692261a4e1 (patch)
treee189e7d689ee84e75a87f55cf5cb19ed01f65857
parent8dc17fbd9ca0eb4ca2d7b6095a656b279e3f9a30 (diff)
downloadtkinter-be43135e3151f6e87c0a1bab2070c9692261a4e1.tar.gz
tkinter-be43135e3151f6e87c0a1bab2070c9692261a4e1.tar.bz2
tkinter-be43135e3151f6e87c0a1bab2070c9692261a4e1.tar.xz
tkinter-be43135e3151f6e87c0a1bab2070c9692261a4e1.zip
For this class of unusual error, I need the whole log
-rwxr-xr-x__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/__main__.py b/__main__.py
index 0cbb850..fbcfd35 100755
--- a/__main__.py
+++ b/__main__.py
@@ -108,6 +108,7 @@ if pref["discord"]:
_rpc = None
print("Failed to load Discord RPC!\n%s" % err)
except:
+ traceback.print_exc()
err = traceback.format_exc().split("\n")[-2]
_rpc = None
print("Failed to load Discord RPC!\n%s" % err)