remove print statement from btminer configuration

This commit is contained in:
UpstreamData
2022-08-10 16:25:54 -06:00
parent 99001e2e13
commit d6a153144f

View File

@@ -169,7 +169,7 @@ class BTMiner(BaseMiner):
else:
conf = MinerConfig().from_yaml(yaml_config).as_wm()
data = await self.api.update_pools(
await self.api.update_pools(
conf[0]["url"],
conf[0]["user"],
conf[0]["pass"],
@@ -181,8 +181,6 @@ class BTMiner(BaseMiner):
conf[2]["pass"],
)
print(data)
async def get_config(self) -> MinerConfig:
pools = None
cfg = MinerConfig()