Skip to content

Commit

Permalink
wip: update avatar url
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolystansler committed Sep 26, 2018
1 parent 6ab6c98 commit 24045ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fame/glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _get_sourcerer_mapping_url(self, github_usernames):
self.sourcerer_api_origin, ','.join(github_usernames))

def _get_sourcerer_avatar_url(self, sourcerer_username):
return '%s/avatar/%s' % (self.sourcerer_origin, sourcerer_username)
return '%s/assets/avatar/%s' % (self.sourcerer_origin, sourcerer_username)

def _save_svg(self, num, svg):
image_path = self._get_image_file_path(num, temp=True)
Expand Down

0 comments on commit 24045ff

Please sign in to comment.