Skip to content

Commit

Permalink
Remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor committed Jul 10, 2020
1 parent 0284bdb commit 496e3f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,3 @@ def application_error(e):

if __name__ == '__main__':
application.run('0.0.0.0', port=5000)
# httpd = make_server('', 8000, application)
# print("Serving on port 8000...")
# httpd.serve_forever()

0 comments on commit 496e3f6

Please sign in to comment.