Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Dec 31, 2023
1 parent 00e8a65 commit f697723
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 @@ -1012,7 +1012,7 @@ def mine_avr(com, threadid, fastest_pool, thread_rigid):
'success')
else:
pretty_print(
'sys0', f'{get_string('miner_is_outdated')} (v{Settings.VER}) -'
'sys0', f"{get_string('miner_is_outdated')} (v{Settings.VER}) -"
+ get_string('server_is_on_version')
+ server_version + Style.NORMAL
+ Fore.RESET + get_string('update_warning'),
Expand Down

0 comments on commit f697723

Please sign in to comment.