This commit is contained in:
Maciej Ścigacz 2023-05-30 18:34:07 +02:00
parent 6bc856eba8
commit 3e0b03f518

1
run.py
View File

@ -5,6 +5,5 @@ ctx = app.app_context()
ctx.push()
ctx.pop()
if __name__ == "__main__":
app.run()