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