Skip to content

Commit

Permalink
__main__
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed May 30, 2024
1 parent ae995f1 commit 727bcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tesk/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def main() -> None:
app.run(port=app.port)


my_app = init_app()
my_app.run(port=my_app.port)
if __name__ == '__main__':
main()

0 comments on commit 727bcbb

Please sign in to comment.