feature: add support for AML vnish miners.

This commit is contained in:
UpstreamData
2023-07-24 20:45:30 -06:00
parent d0d3fd3117
commit 4e0924aa0e

View File

@@ -813,6 +813,9 @@ class MinerFactory:
if "(88)" in miner_model:
miner_model = miner_model.replace("(88)", "NOPIC")
if " AML" in miner_model:
miner_model = miner_model.replace(" AML", "")
return miner_model
except (TypeError, LookupError):
pass