From d9bf8004d015cdc4251a83816e05c1ab4ded7eef Mon Sep 17 00:00:00 2001 From: Aman Chhabra Date: Wed, 8 Jul 2020 08:03:27 -0700 Subject: [PATCH] Fix IGL Logos --- .DS_Store | Bin 10244 -> 10244 bytes main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index fcd4fb206ecfe42d43e14caaed54f3ffda9925dd..48c2e087fa6bd5c30c88e2f9618b3d6f4d353cbf 100644 GIT binary patch delta 37 rcmZn(XbG6$&&aVcU^hP_$7UXZ0JhC8;)gjVHoVx(t`G|1tY8EH>pcue delta 495 zcmZn(XbG6$&&abeU^hP_&t@Kh0JeG|hHQpHh9m}EhGK?fhJ1!1hEyOgpCJ**N@36g z(gh3!Iq8PM$@#ej3_!pb8BqbGh|-sv@8Xh_lb-}s&!K$ipy}p-Lyo9=({Njwo1a2J eGj6>F8ORQ9VAvcfc8p^)yF%zl@$lqGvBLn@LvY{# diff --git a/main.go b/main.go index 6edbe18..f7f24cf 100644 --- a/main.go +++ b/main.go @@ -91,7 +91,7 @@ func GetTeamInfo(url string, c chan []Team) { team.Name = t.FormattedName team.Tier = int(t.Tier) team.Div = int(t.Div) - if team.Img != "" { + if t.Logo != "" { team.Img = t.Logo } else { team.Img = KQBAvatarImage