dzs commited on
Commit ·
7fc47b4
1
Parent(s): bee23fb
turn debug off
Browse files
CHRIS.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from flask import Flask, render_template
|
| 2 |
|
| 3 |
app = Flask(__name__)
|
| 4 |
-
app.debug =
|
| 5 |
|
| 6 |
#from color_module import blueprint
|
| 7 |
#app.register_blueprint(blueprint)
|
|
|
|
| 1 |
from flask import Flask, render_template
|
| 2 |
|
| 3 |
app = Flask(__name__)
|
| 4 |
+
app.debug = False
|
| 5 |
|
| 6 |
#from color_module import blueprint
|
| 7 |
#app.register_blueprint(blueprint)
|