From 4a1515c9c06c5451c1b209155b34db17e851b0ce Mon Sep 17 00:00:00 2001 From: Miqueias Penha Date: Mon, 18 Jul 2022 16:55:24 -0300 Subject: [PATCH] debug_output error --- AVR_Miner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AVR_Miner.py b/AVR_Miner.py index d5d175bb..7dd6360e 100644 --- a/AVR_Miner.py +++ b/AVR_Miner.py @@ -1066,7 +1066,7 @@ def mine_avr(com, threadid, fastest_pool): hashrate_test = round(num_res / computetime, 2) break except Exception as e: - debug_outpu(str(e)) + debug_output(str(e)) start_diff = "AVR" if hashrate_test > 5500: