mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Remove app.debug
This commit is contained in:
@@ -12,6 +12,5 @@ except (IndexError, ValueError):
|
||||
port = 5000
|
||||
|
||||
print 'Starting httpbin on port {0}'.format(port)
|
||||
app.debug = True
|
||||
http_server = WSGIServer(('', port), app)
|
||||
http_server.serve_forever()
|
||||
|
||||
Reference in New Issue
Block a user