Add function

master
Bob Mottram 2019-08-18 14:35:33 +01:00
parent ecf978b48d
commit 7c232e59ae
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ from blocking import isBlocked
from content import getMentionsFromHtml from content import getMentionsFromHtml
from config import getConfigParam from config import getConfigParam
from skills import getSkills from skills import getSkills
from cache import getPersonFromCache
def getPersonAvatarUrl(personUrl: str,personCache: {}) -> str: def getPersonAvatarUrl(personUrl: str,personCache: {}) -> str:
"""Returns the avatar url for the person """Returns the avatar url for the person