Skip to content

Commit

Permalink
Merge pull request #1277 from dmitrygribenchuk/check_discord_settings
Browse files Browse the repository at this point in the history
check discord settings before connect
  • Loading branch information
revoxhere authored Jan 28, 2022
2 parents 8eec9c4 + ee2085a commit 08f9e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PC_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,8 @@ def load():
p.start()
sleep(0.05)

Discord_rp.connect()
if user_settings["discord_rp"] == 'y':
Discord_rp.connect()

for p in p_list:
p.join()

0 comments on commit 08f9e14

Please sign in to comment.