added settings.py file for managing retries and "threads", as well as fixing some bugs in the APIs
This commit is contained in:
@@ -10,7 +10,7 @@ class UnknownMiner(BaseMiner):
|
||||
def __repr__(self) -> str:
|
||||
return f"Unknown: {str(self.ip)}"
|
||||
|
||||
async def send_config(self):
|
||||
async def send_config(self, _):
|
||||
return None
|
||||
|
||||
async def get_hostname(self):
|
||||
|
||||
Reference in New Issue
Block a user