@ -96,7 +96,7 @@ SteamID
>>> group.as_steam3
'[g:1:4]'
>>> group.community_url
'http://steamcommunity.com/gid/103582791429521412'
'https://steamcommunity.com/gid/103582791429521412'
@ -188,6 +188,6 @@ class SteamID(object):
EType.Clan: "gid/%s",
}
if self.type in suffix:
url = "http://steamcommunity.com/%s" % suffix[self.type]
url = "https://steamcommunity.com/%s" % suffix[self.type]
return url % self.as_64
return ''
return None