[smugmug] update default API credentials (#2881)

The old key lacked v2 access and I'm unable to accept
the new terms of service since my old account got deleted
pull/2910/head
Mike Fährmann 2 years ago
parent 4d78ca89db
commit daef91c925
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -209,9 +209,9 @@ class SmugmugPathExtractor(SmugmugExtractor):
class SmugmugAPI(oauth.OAuth1API): class SmugmugAPI(oauth.OAuth1API):
"""Minimal interface for the smugmug API v2""" """Minimal interface for the smugmug API v2"""
API_DOMAIN = "api.smugmug.com" API_DOMAIN = "api.smugmug.com"
API_KEY = "DFqxg4jf7GrtsQ5PnbNB8899zKfnDrdK" API_KEY = "RCVHDGjcbc4Fhzq4qzqLdZmvwmwB6LM2"
API_SECRET = ("fknV35p9r9BwZC4XbTzvCXpcSJRdD83S" API_SECRET = ("jGrdndvJqhTx8XSNs7TFTSSthhZHq92d"
"9nMFQm25ndGBzNPnwRDbRnnVBvqt4xTq") "dMpbpDpkDVNM7TDgnvLFMtfB5Mg5kH73")
HEADERS = {"Accept": "application/json"} HEADERS = {"Accept": "application/json"}
def album(self, album_id, expands=None): def album(self, album_id, expands=None):

Loading…
Cancel
Save