Skip to content

Commit

Permalink
Update AdflyAPI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoWartelle authored Dec 6, 2017
1 parent 4007402 commit 7d492e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdflyAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AdflyApiExample():
BASE_HOST = 'https://api.adf.ly'
SECRET_KEY = 'YOUR SECRET KEY'
PUBLIC_KEY = 'YOUR PUBLIC KEY'
USER_ID = YOUR USER ID
USER_ID = 'YOUR USER ID'
AUTH_TYPE = dict(basic=1, hmac=2)

def __init__(self):
Expand Down

0 comments on commit 7d492e5

Please sign in to comment.