Skip to content

Commit

Permalink
(feat) rename to refresh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Nov 25, 2015
1 parent 152b3fe commit 1fc971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/venmo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def delete_credentials(cls):
wf.delete_password('venmo_refresh_token')

@classmethod
def refresh(cls):
def refresh_token(cls):
"""Refreshes tokens"""

refresh_token = wf.get_password('venmo_refresh_token')
Expand Down

0 comments on commit 1fc971c

Please sign in to comment.