commit | 8b5412cba0c506b18a09e6544b7c2966147b4b3f | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue May 07 21:15:58 2013 +0000 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue May 07 21:15:58 2013 +0000 |
tree | cfbf634cd478ce533a479ac67d982f9befb8b880 | |
parent | 4ef543e0e83db118c3fd221fbda5c470b774a063 [diff] |
Set the default DEBUG statement back to 0.
diff --git a/web/shortest_path.py b/web/shortest_path.py index b379a82..0f23bf4 100755 --- a/web/shortest_path.py +++ b/web/shortest_path.py
@@ -20,7 +20,7 @@ ControllerIP="127.0.0.1" ControllerPort=8080 -DEBUG=1 +DEBUG=0 pp = pprint.PrettyPrinter(indent=4) app = Flask(__name__)