Skip to content

Commit 35adacf

Browse files
committed
removed todo was done in 4bd507f
1 parent 4bd507f commit 35adacf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ func main() {
129129
if player.SteamID64 != 0 && steamWebApiKey != ""{
130130
//https://steamapi.xpaw.me/#ISteamUser/GetPlayerSummaries
131131
doc, _ := jsonquery.LoadURL("https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key=" + steamWebApiKey + "&steamids=" + strconv.FormatUint(player.SteamID64, 10))
132-
//TODO: Implement ban status
133132
for _, n := range jsonquery.Find(doc, "response/players/*/profileurl") {
134133
profileurl = n.InnerText()
135134
}

0 commit comments

Comments
 (0)