added rebooting and restarting backend to the GUI

This commit is contained in:
UpstreamData
2022-01-08 19:55:26 -07:00
parent e9210eb37d
commit ab208d0d2f
4 changed files with 15 additions and 3 deletions

View File

@@ -12,3 +12,9 @@ class BaseMiner:
self.api = api
self.api_type = None
self.model = None
async def reboot(self):
return None
async def restart_backend(self):
return None