bug fixes

This commit is contained in:
UpstreamData
2021-10-22 12:45:29 -06:00
parent d57e6db0e5
commit 7310ada4a4
2 changed files with 4 additions and 2 deletions

View File

@@ -12,3 +12,6 @@ class UnknownMiner(BaseMiner):
async def send_config(self):
return None
async def get_hostname(self):
return "Unknown"