current working version

This commit is contained in:
2023-07-23 02:24:42 -04:00
parent 63c868e6ca
commit f52a97f0fe
10 changed files with 369 additions and 89 deletions

View File

@ -59,7 +59,7 @@ def addToSSB(pathToImage,description,mintOrGive):
json_object = json.loads(newssb)
except json.JSONDecodeError:
print("Invalid JSON")
return "blouch" # Return the blouch
return "offline" # Return the blouch
# get the key for the post we just made
key = json_object["key"]