uhh whoops lol
This commit is contained in:
parent
0e9f732907
commit
5e250a4d03
|
@ -254,11 +254,3 @@ def mastodon_login_step2(instance):
|
||||||
|
|
||||||
g.viewer = sess
|
g.viewer = sess
|
||||||
return redirect(url_for('index'))
|
return redirect(url_for('index'))
|
||||||
|
|
||||||
|
|
||||||
@app.route('/debug')
|
|
||||||
def debug():
|
|
||||||
sess = Session(account = Account.query.filter_by(display_name = 'codltest').first())
|
|
||||||
db.session.merge(sess)
|
|
||||||
db.session.commit()
|
|
||||||
return sess.id
|
|
||||||
|
|
Loading…
Reference in New Issue