Skip to content

Commit

Permalink
New naming for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent 2879f40 commit f77d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flickr/base.py
Expand Up @@ -118,7 +118,7 @@ def try_json(self, result):
result = json.loads(result[14:-1])
is_fail = result.get("stat", None) == "fail"
if is_fail: raise appier.OAuthAccessError(
message = result.get("message", "Problem in flickr API message")
message = result.get("message", "Problem in Flickr API message")
)
return result

Expand Down

0 comments on commit f77d149

Please sign in to comment.