Skip to content

Commit

Permalink
Remove redudant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 30, 2021
1 parent 0dc4c28 commit 93fc932
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 @@ -71,7 +71,7 @@ def flush(self):

# Initialize discord rpc
if globals.settings.value("discordRPC", 0):
globals.discord_rpc.initialize('826397574394413076', callbacks={}, log=True)
globals.discord_rpc.initialize('826397574394413076', callbacks={}, log=False)

# Start main listener loop
globals.loop.create_task(listener.listener_loop())
Expand Down

0 comments on commit 93fc932

Please sign in to comment.