fix formatting on readme

This commit is contained in:
UpstreamData
2022-05-06 16:22:13 -06:00
parent b7b589802f
commit 4f2d630746

View File

@@ -296,5 +296,3 @@ async def get_miner_hashrate_and_pool(ip: str):
if __name__ == '__main__':
asyncio.new_event_loop().run_until_complete(get_miner_hashrate_and_pool(str("192.168.1.9")))
```