more fixes

This commit is contained in:
Ross
2020-12-12 12:19:25 +00:00
parent fdca107d16
commit 5ca4438e77
4 changed files with 12 additions and 6 deletions
+1
View File
@@ -273,6 +273,7 @@ def loadJsonAnswer(answer):
# should never be more than one (famous last words)
ans = exiting_answers[0]
ans.answer = answer["ans"]
ans.full_clean()
ans.save()
return True