We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e70d18 commit 8de78fcCopy full SHA for 8de78fc
lib/gravatar/utils.py
@@ -44,7 +44,7 @@ def build_gravatar_url_for_email(email, size=GRAVATAR_DEFAULT_SIZE, default=GRAV
44
url += urllib.parse.urlencode(
45
{
46
's': str(size),
47
- 'default': GRAVATAR_DEFAULT_IMAGE,
+ 'default': default,
48
}
49
)
50
return url
0 commit comments