Skip to content

Commit

Permalink
debug is evil
Browse files Browse the repository at this point in the history
  • Loading branch information
z4r committed Sep 13, 2013
1 parent 43bd6dd commit 7a5a982
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
if __name__ == '__main__':
from reding.app import app
from reding.settings import DAEMON_CONFIG
app.run(debug=True, port=5001)
import sys
sys.exit()
# app.run(debug=True, port=5001); import sys; sys.exit()
from cherrypy import wsgiserver

w = wsgiserver.WSGIPathInfoDispatcher({'/': app.wsgi_app})
Expand Down

0 comments on commit 7a5a982

Please sign in to comment.