Compare commits

...

2 Commits

Author SHA1 Message Date
UpstreamData
018c09e84f version: bump version number. 2023-02-15 14:34:08 -07:00
UpstreamData
46e7f9a569 bug: remove a missed print statement. 2023-02-15 14:31:32 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -190,7 +190,6 @@ If you are sure you want to use this command please use API.send_command("{comma
d = await asyncio.wait_for(reader.read(4096), timeout=timeout)
if not d:
break
print("hello", d)
ret_data += d
except (asyncio.CancelledError, asyncio.TimeoutError) as e:
raise e

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasic"
version = "0.28.3"
version = "0.28.4"
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"