bug: fix some bugs with epic, update miner repr, and remove get_model from braiinsOS.

This commit is contained in:
UpstreamData
2024-01-15 14:58:54 -07:00
parent 707cf8b848
commit c069468803
3 changed files with 14 additions and 20 deletions

View File

@@ -808,11 +808,6 @@ class BOSer(BaseMiner):
except (LookupError, TypeError):
pass
async def _get_model(self) -> Optional[str]:
if self.model is not None:
return self.model + " (BOS)"
return "? (BOS)"
async def _get_api_ver(self, api_version: dict = None) -> Optional[str]:
if not api_version:
try: