Commit 0402c44f authored by Michal Čihař's avatar Michal Čihař

String trailing newline

Fixes rb#195
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d3cb685c
......@@ -52,7 +52,7 @@ def avatar_for_email(email, size=80):
# Retrieve from cache
cache_key = 'avatar-{0}-{1}'.format(
email.encode('base64'),
email.encode('base64').strip(),
size
)
cache = caches['default']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment