add pictures folder

master
gtitov 3 years ago
parent 2c0233a543
commit 1ef0e2967f

@ -138,6 +138,7 @@ def end_test(password: str):
return("Неверный пароль") return("Неверный пароль")
app.mount("/", StaticFiles(directory="gui", html = True), name="gui") # must be after method since it uses them app.mount("/", StaticFiles(directory="gui", html = True), name="gui") # must be after method since it uses them
app.mount("/pictures", StaticFiles(directory="pictures"), name="pictures") # must be after method since it uses them

@ -1,3 +1,3 @@
WAVE = 1 WAVE = 1
END_TEST_PASSWORD = "qwe" END_TEST_PASSWORD = "qwe"
QUIZ_LENGTH = 3 QUIZ_LENGTH = 4
Loading…
Cancel
Save