Skip to content

Commit

Permalink
Update AVR_Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jun 30, 2022
1 parent e2151a6 commit c2e5758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def mine_avr(com, threadid, fastest_pool):
motd = motd.replace("\n", "\n\t\t")

pretty_print("net" + str(threadid),
" MOTD: " + Fore.RESET
get_string("motd") + Fore.RESET
+ Style.NORMAL + str(motd),
"success")
break
Expand Down

0 comments on commit c2e5758

Please sign in to comment.