fix a bug where unknown miners would break configuration

This commit is contained in:
UpstreamData
2022-05-06 16:29:07 -06:00
parent ed3d8fc815
commit 91a0298d96

View File

@@ -86,7 +86,7 @@ class BaseMiner:
async def restart_backend(self):
return False
async def send_config(self, yaml_config):
async def send_config(self, *args, **kwargs):
return None
async def get_data(self):