@@ -444,7 +444,7 @@ class MiningModeConfig(MinerConfigOption):
|
||||
)
|
||||
else:
|
||||
return cls.hashrate_tuning(
|
||||
hashrate=algo_info["ChipTune"]["Target"],
|
||||
hashrate=algo_info["ChipTune"].get("Target"),
|
||||
algo=TunerAlgo.chip_tune(),
|
||||
)
|
||||
else:
|
||||
|
||||
@@ -317,7 +317,7 @@ class ePIC(ePICFirmware):
|
||||
except APIError:
|
||||
pass
|
||||
|
||||
if web_capabilities is not None:
|
||||
if web_capabilities is None:
|
||||
try:
|
||||
web_capabilities = await self.web.capabilities()
|
||||
except APIError:
|
||||
|
||||
Reference in New Issue
Block a user