show coming soon page for bot chat while i add a new feature

This commit is contained in:
Lynne Megido 2019-09-23 13:37:44 +10:00
parent a80f77d2bc
commit 8d99f46d1a

View File

@ -106,7 +106,8 @@ def bot_toggle(id):
@app.route("/bot/chat/<id>")
def bot_chat(id):
return render_template("/bot/chat.html", bot = id)
return render_template("coming_soon.html")
# return render_template("/bot/chat.html", bot = id)
@app.route("/bot/blacklist/<id>")
def bot_blacklist(id):