Skip to content

Commit

Permalink
fix(gui.custom_presence_window): remove debug flag from ClientRPC ini…
Browse files Browse the repository at this point in the history
…tialization
  • Loading branch information
manucabral committed Nov 5, 2024
1 parent 506d0e0 commit 0b81263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/custom_presence_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def on_custom_presence_connect(self):
return

try:
self.rpc = rpp.ClientRPC(data["app_id"], debug=True)
self.rpc = rpp.ClientRPC(data["app_id"])
self.rpc.connect()
self.rpc_connected = True
self.log.info("Connected successfully to Discord.")
Expand Down

0 comments on commit 0b81263

Please sign in to comment.