Skip to content

Commit a881efc

Browse files
disable dragonball blink
1 parent 4334f9a commit a881efc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/ipr.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,11 @@ def locate_miner(self, row: int, col: int):
891891
"Status :: Failed to locate miner: VolcMiner is currently not supported.",
892892
5000,
893893
)
894+
case "dragonball":
895+
return self.iprStatus.showMessage(
896+
"Status :: Failed to locate miner: Dragonball is currently not supported.",
897+
5000
898+
)
894899
case "iceriver":
895900
custom_auth = self.linePbfarmerKey.text()
896901
case "whatsminer":

0 commit comments

Comments
 (0)