Skip to content

Commit

Permalink
update oauth data filename
Browse files Browse the repository at this point in the history
  • Loading branch information
yadayada committed May 25, 2017
1 parent b38aeec commit ae38e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acdcli/api/oauth.py
Expand Up @@ -29,7 +29,7 @@ def create_handler(path: str):


class OAuthHandler(AuthBase):
OAUTH_DATA_FILE = 'oauth_data'
OAUTH_DATA_FILE = 'oauth.json'

class KEYS(object):
EXP_IN = 'expires_in'
Expand Down

0 comments on commit ae38e39

Please sign in to comment.