Fixed bug in jots

This commit is contained in:
aewens 2019-05-18 16:00:41 -05:00
parent ae8ebf9451
commit 951285c0a4
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ def jsto(data):
try:
return loads(data)
except ValueError as e:
print(e)
return None
# Encodes data to base64