more fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user