1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

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']) @app.route("/bot/create/", methods=['GET', 'POST'])
def bot_create(): def bot_create():
login_check()
error = None error = None
if request.method == 'POST': if request.method == 'POST':
if session['step'] == 1: if session['step'] == 1: