mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Update PyBlock.py
This commit is contained in:
parent
8f4d6b8ff5
commit
d17fc78320
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ def oceanH(): # show srings
|
|||
|
||||
print(output)
|
||||
responseC = input("Your Bitcoin Address: ")
|
||||
list = f"""curl -s 'https://ocean.xyz/template/workers/earningscards?user={responseC}' | html2text """
|
||||
list = f"""curl -s 'https://ocean.xyz/data/csv/hashrates/worker/{responseC}' | html2text """
|
||||
a = os.popen(list).read()
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue