Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2024-07-10 19:14:31 +02:00 committed by GitHub
parent 8f4d6b8ff5
commit d17fc78320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()