Skip to content

Commit f15e043

Browse files
committed
removing last comments
1 parent 58ca610 commit f15e043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
if EXAMPLES_API_TYPE["Rooms"]:
1717
app = Flask(__name__, template_folder='rooms/templates')
18-
# elif EXAMPLES_API_TYPE["Click"]:
19-
# app = Flask(__name__, template_folder='click/templates')
18+
elif EXAMPLES_API_TYPE["Click"]:
19+
app = Flask(__name__, template_folder='click/templates')
2020
else:
2121
app = Flask(__name__)
2222
app.config.from_pyfile("config.py")

0 commit comments

Comments
 (0)