diff --git a/PC_Miner.py b/PC_Miner.py index e26ae5e1..5481654a 100644 --- a/PC_Miner.py +++ b/PC_Miner.py @@ -804,8 +804,8 @@ def connect(): RPC.connect() Thread(target=Discord_rp.update).start() except Exception as e: - #print("Error launching Discord RPC thread: " + str(e)) - pass + pretty_print(get_string("Error launching Discord RPC thread: " + str(e))) + def update(): while True: @@ -825,8 +825,7 @@ def update(): {"label": "Join the Discord", "url": "https://discord.gg/k48Ht5y"}]) except Exception as e: - #print("Error updating Discord RPC thread: " + str(e)) - pass + pretty_print(get_string("Error updating Discord RPC thread: " + str(e))) sleep(15)