From d17fc783209d3d0fed27ef8d4bfdf55783f54f93 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:14:31 +0200 Subject: [PATCH] Update PyBlock.py --- pybitblock/PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index e56d2c7..3a32a62 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -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()