mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Update PyBlock.py
This commit is contained in:
parent
d56e1042d1
commit
28043f6434
1 changed files with 2 additions and 2 deletions
|
|
@ -5932,7 +5932,7 @@ def platfformsLOCALcontrol(platf):
|
|||
elif platf in ["M", "m"]:
|
||||
whalalConn()
|
||||
elif platf in ["S", "s"]:
|
||||
slushpoolLOCALConn()
|
||||
slushpoolLOCALOnchainONLY()
|
||||
elif platf in ["R", "r"]:
|
||||
menuSelection()
|
||||
|
||||
|
|
@ -5966,7 +5966,7 @@ def platfformsLOCALcontrolOnchainONLY(platf):
|
|||
elif platf in ["M", "m"]:
|
||||
whalalConn()
|
||||
elif platf in ["S", "s"]:
|
||||
slushpoolLOCALConn()
|
||||
slushpoolLOCALOnchainONLY()
|
||||
elif platf in ["R", "r"]:
|
||||
menuSelection()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue