added warnings to notify when removing

This commit is contained in:
UpstreamData
2022-01-06 12:37:43 -07:00
parent ea1e8abeac
commit c751d53398
4 changed files with 43 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ class BTMiner(BaseMiner):
if host_data:
return host_data["Msg"]["hostname"]
except APIError:
return "BTMiner Unknown"
return "BTMiner ?"
async def send_config(self, _):
return None # ignore for now