mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
python3
This commit is contained in:
parent
d4add052d9
commit
1a53d2c8da
1 changed files with 2 additions and 2 deletions
|
@ -65,6 +65,6 @@ for item in items:
|
|||
print("# " + item[0] + " (" + item[1] + ")")
|
||||
print("====================================================================================================")
|
||||
if item[2]:
|
||||
os.system("curl -s -X GET '" + item[1] + "' | python -m json.tool")
|
||||
os.system("curl -s -X GET '" + item[1] + "' | python3 -m json.tool")
|
||||
else:
|
||||
os.system("curl -s -X POST --data $'{}' '" + item[1] + "' | python -m json.tool")
|
||||
os.system("curl -s -X POST --data $'{}' '" + item[1] + "' | python3 -m json.tool")
|
||||
|
|
Loading…
Reference in a new issue