refactor: reformat.

This commit is contained in:
upstreamdata
2024-01-18 15:47:52 -07:00
parent 4b5314a8f6
commit ce981d1787
3 changed files with 2 additions and 6 deletions

View File

@@ -522,9 +522,7 @@ class BOSMiner(BaseMiner):
if self.light:
return self.light
try:
data = (
await self.ssh.get_led_status()
).strip()
data = (await self.ssh.get_led_status()).strip()
self.light = False
if data == "50":
self.light = True