.
This commit is contained in:
+3
-3
@@ -578,9 +578,9 @@ def loadJsonAnswer(answer):
|
||||
|
||||
posted_answer = answer["ans"]
|
||||
|
||||
# qidn 1 does not hold answer data (but should always arrive prior to 2)
|
||||
if answer["qidn"] == "1":
|
||||
posted_answer = ""
|
||||
## qidn 1 does not hold answer data (but should always arrive prior to 2)
|
||||
#if answer["qidn"] == "1":
|
||||
# posted_answer = ""
|
||||
|
||||
# Normal answers are just posted with the answer "Normal"
|
||||
normal = False
|
||||
|
||||
Reference in New Issue
Block a user