Removed unused lines

This commit is contained in:
Socks 2018-04-26 01:07:46 +01:00
parent 3eb2eaa8e5
commit 2c32716486
2 changed files with 0 additions and 2 deletions

View file

@ -135,7 +135,6 @@ def user_settings():
logged_in=logged_in,
account=account,
theme=accounts.get_theme(session['username'].lower()))
return redirect(url_for('login'))
elif request.method == "POST":
print(request.files)
print(request.form)

View file

@ -34,7 +34,6 @@ def post_status(username, content, private=False, replyTo=False, location=False)
'location': False or location,
'private': False or private,
'edited': False
}
timeline_db.insert_one(status)