Skip to content

Commit

Permalink
Merge pull request #1261 from GameOneYT/patch-1
Browse files Browse the repository at this point in the history
PC_Miner.py not working
  • Loading branch information
revoxhere authored Jan 18, 2022
2 parents 77c53fe + a79a481 commit 110b02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PC_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def fetch_pool(retry_count=1):

elif "message" in response:
pretty_print(f"Warning: {response['message']}")
+ f", retrying in {retry_count*2}s",
"warning", "net0")
+ (f", retrying in {retry_count*2}s",
"warning", "net0")

else:
raise Exception("no response - IP ban or connection error")
Expand Down

0 comments on commit 110b02e

Please sign in to comment.