bug: fix a bug with updated logging.

This commit is contained in:
UpstreamData
2022-12-01 15:40:40 -07:00
parent 07dd8f55fe
commit ad5eb0cef6

View File

@@ -130,7 +130,7 @@ class MinerNetwork:
# remove all None from the miner list
miners = list(filter(None, miners))
logging.debug(f"{self} - (Scan Network For Miners) - Found {len(miner)} miners")
logging.debug(f"{self} - (Scan Network For Miners) - Found {len(miners)} miners")
# return the miner objects
return miners