Skip to content

Commit

Permalink
better update support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2016
1 parent 29f71c3 commit 8fdb51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budy/controllers/api/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def me(self):
@appier.route("/api/accounts/me", "PUT", json = True)
@appier.ensure(token = "user")
def update_me(self):
account = budy.BudyAccount.from_session(map = True)
account = budy.BudyAccount.from_session()
account.apply()
account.save()
account = account.map()
Expand Down

0 comments on commit 8fdb51c

Please sign in to comment.