Compare commits

..

1 Commits

Author SHA1 Message Date
08599ce2a3 minor sanitization for post editing 2018-06-21 22:49:25 -04:00

View File

@ -54,6 +54,7 @@ def new_post(data):
"""
Called when the QM makes a new post.
"""
print(data)
room = data["room"]
res = db.get_quest_meta(quest_id=room)
if not res: