remove unecessary call to login_check

This commit is contained in:
Lynne Megido 2019-09-07 13:51:30 +10:00
parent e6e6ed9c28
commit 34db513785

View File

@ -224,7 +224,6 @@ def bot_accounts_delete(id):
@app.route("/bot/create/", methods=['GET', 'POST'])
def bot_create():
login_check()
error = None
if request.method == 'POST':
if session['step'] == 1: