This commit is contained in:
Ross
2021-07-31 11:52:43 +01:00
parent ea57890f5a
commit b6b00a46da
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ class ExamViews(View, LoginRequiredMixin):
with open(path, "w+") as f:
exam_json = exam.get_exam_json()
exam_json["generated"] = time.isoformat()
exam_json["generated"] = "test"+time.isoformat()
f.write(json.dumps(exam_json))
exam.recreate_json = False