mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +00:00
remove unecessary call to login_check
This commit is contained in:
parent
e6e6ed9c28
commit
34db513785
1 changed files with 0 additions and 1 deletions
1
webui.py
1
webui.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue