diff --git a/cogs/players.py b/cogs/players.py index 640a52a..3eaa866 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -2208,7 +2208,7 @@ class Players(commands.Cog): logging.info(f'Error setting {team["sname"]} color to {color_hex}') errors.append(f'- Error setting {team["sname"]} color to {color_hex}:\n{e}\n\n') if mil_team_image_url is not None: - if requests.get(team_image_url, timeout=0.5).status_code != 200: + if requests.get(mil_team_image_url, timeout=0.5).status_code != 200: errors.append(f'- I wasn\'t able to pull that image. Was it a public URL?\n\n') else: await patch_team(mil_team, thumbnail=mil_team_image_url)