This commit is contained in:
Maciej Ścigacz 2023-05-30 16:59:54 +02:00
parent ec402c2ab3
commit d23909e925

1
run.py
View File

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