updated the gui to get the model

This commit is contained in:
UpstreamData
2022-01-07 10:35:25 -07:00
parent 770b17c86b
commit c93d99b27c
5 changed files with 17 additions and 14 deletions

View File

@@ -12,6 +12,3 @@ class BaseMiner:
self.api = api
self.api_type = None
self.model = None
def _init(self):
pass