add Vopt status, fix typo

This commit is contained in:
John-Paul Compagnone
2024-05-14 23:07:34 -04:00
parent 689b34611e
commit 91d504fc1c
2 changed files with 5 additions and 1 deletions

View File

@@ -315,7 +315,7 @@ class ePIC(BaseMiner):
except APIError:
pass
if web_capabilities is not None:
if web_capabilities is None:
try:
web_capabilities = await self.web.capabilities()
except APIError: