This commit is contained in:
Maciej Ścigacz 2023-05-30 17:57:13 +02:00
parent dfd2189793
commit 4ad5d09074

1
run.py
View File

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