fixed small bug with getting pool usernames

This commit is contained in:
UpstreamData
2021-11-18 12:05:45 -07:00
parent b714dfe4a4
commit eb8e91c7d7
3 changed files with 14 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ from miners.cgminer import CGMiner
from miners.unknown import UnknownMiner
PING_RETRIES: int = 3
PING_TIMEOUT: int = 1
PING_TIMEOUT: int = 3
class MinerNetwork: