mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update PyBlock.py
This commit is contained in:
parent
40fc8927d2
commit
7ba7c23019
1 changed files with 4 additions and 4 deletions
|
|
@ -1203,7 +1203,7 @@ def oceanH(): # show srings
|
|||
clear()
|
||||
blogo()
|
||||
print("\nAddress: " + responseC)
|
||||
print("\nHashrate: " + a)
|
||||
print("\nHashrate:\n " + a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
|
@ -1217,11 +1217,11 @@ def oceanB(): # show srings
|
|||
)
|
||||
|
||||
print(output)
|
||||
list = f"""curl -s 'https://ocean.xyz/data/json/blocksfound' | jq -C """
|
||||
list = f"""curl -s 'https://ocean.xyz/data/json/blocksfound' | jq -C .[] """
|
||||
a = os.popen(list).read()
|
||||
clear()
|
||||
blogo()
|
||||
print("\nBlocks: " + a)
|
||||
print("\nBlocks:\n " + a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
|
@ -1241,7 +1241,7 @@ def oceanE(): # show srings
|
|||
clear()
|
||||
blogo()
|
||||
print("\nAddress: " + responseC)
|
||||
print("\nEarnings: " + a)
|
||||
print("\nEarnings:\n " + a)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue