Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b32649435d | ||
|
|
c0096126df |
@@ -543,7 +543,7 @@ class BTMiner(BaseMiner):
|
|||||||
|
|
||||||
if api_get_miner_info:
|
if api_get_miner_info:
|
||||||
try:
|
try:
|
||||||
self.light = api_get_miner_info["Msg"]["ledstat"] == "auto"
|
self.light = not (api_get_miner_info["Msg"]["ledstat"] == "auto")
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.27.1"
|
version = "0.27.2"
|
||||||
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
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>"]
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||||
repository = "https://github.com/UpstreamData/pyasic"
|
repository = "https://github.com/UpstreamData/pyasic"
|
||||||
|
|||||||
Reference in New Issue
Block a user