commit e52f5bc77f987d1284aee1912052d2e9c5381f7f Author: Chris Wacek cwacek@cs.georgetown.edu Date: Thu Dec 20 22:36:39 2012 -0500
Yay. App.py --- app.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app.py b/app.py index 95f63e6..f200f8f 100644 --- a/app.py +++ b/app.py @@ -180,4 +180,5 @@ def result(): if __name__ == '__main__': # Bind to PORT if defined, otherwise default to 5000. port = int(os.environ.get('PORT', 5000)) + app.debug=True app.run(host='0.0.0.0', port=port, debug=True)
tor-commits@lists.torproject.org