This commit is contained in:
Maciej Ścigacz 2023-05-30 16:33:00 +02:00
parent c5ab7a77f8
commit ec402c2ab3

1
run.py
View File

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