Skip to content
Snippets Groups Projects
Commit b33a3e4d authored by leo's avatar leo
Browse files

~bugfix

parent 81266590
No related branches found
No related tags found
No related merge requests found
from flask import Flask
from view.questions import questions
from model import Question
if len(Question.select()) is 0:
with open("questions.json", "r") as file:
question_list = json.load(file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment