current working version
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user