This commit is contained in:
Maciej Ścigacz 2023-05-30 17:47:48 +02:00
parent e5c08ed0fe
commit dfd2189793

2
run.py
View File

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