Skip to content

Commit

Permalink
Update application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalS99 authored Sep 22, 2023
1 parent bcd0e11 commit 87d20b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def logout():
pass


if __name__ == "__main__":
sauron.run('0.0.0.0', port = 5011, debug=True)

# if __name__ == "__main__":
# sauron.run('0.0.0.0', port = 5011, debug=True)

0 comments on commit 87d20b0

Please sign in to comment.