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.push()
ctx.pop() ctx.pop()
if __name__ == "__main__": if __name__ == "__main__":
app.run() app.run()