docs: fix issues with docs.
This commit is contained in:
@@ -17,5 +17,5 @@ from pyasic.miners.backends import GoldshellMiner
|
||||
from pyasic.miners.types import KDMax
|
||||
|
||||
|
||||
class BFGMinerGoldshellKDMax(GoldshellMiner, KDMax):
|
||||
class GoldshellKDMax(GoldshellMiner, KDMax):
|
||||
pass
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
# See the License for the specific language governing permissions and -
|
||||
# limitations under the License. -
|
||||
# ------------------------------------------------------------------------------
|
||||
from .KDMax import BFGMinerGoldshellKDMax
|
||||
from .KDMax import GoldshellKDMax
|
||||
|
||||
@@ -334,7 +334,7 @@ MINER_CLASSES = {
|
||||
"GOLDSHELL CK5": GoldshellCK5,
|
||||
"GOLDSHELL HS5": GoldshellHS5,
|
||||
"GOLDSHELL KD5": GoldshellKD5,
|
||||
"GOLDSHELL KDMAX": BFGMinerGoldshellKDMax,
|
||||
"GOLDSHELL KDMAX": GoldshellKDMax,
|
||||
},
|
||||
MinerTypes.BRAIINS_OS: {
|
||||
None: BOSMiner,
|
||||
|
||||
Reference in New Issue
Block a user