fixed minor bugs in the API implmentation

This commit is contained in:
UpstreamData
2021-09-23 10:55:54 -06:00
parent d460547591
commit 5cdf04e62e
4 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import asyncio
async def main():
bosminer = BOSMinerAPI("172.16.1.199")
data = await bosminer.stats()
data = await bosminer.edevs(old=True)
print(data)