Skip to content

Commit

Permalink
deploy debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kagrawal2 committed Dec 29, 2016
1 parent 7510e1f commit bdd4c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ def anonSignup():
anonUser = User('anon', anonId, anonId + '@gmail.com', str(count))
print('added user')
db.session.add(anonUser)
print('add user status')
db.session.commit()
print('commit')

session['email'] = 'anon'
session['anon'] = anonId
Expand Down

0 comments on commit bdd4c1a

Please sign in to comment.