diff options
author | 2019-10-01 23:07:58 +0200 | |
---|---|---|
committer | 2019-10-01 23:07:58 +0200 | |
commit | 9b19f550716c1ae06c11115c2f31b33031ebe897 (patch) | |
tree | eb2fc9fed92b8ffeae6f2dc7841fa3e012cdf597 /bot | |
parent | allow hacktoberstats commands to be used in the hacktober channel (diff) |
fix typo in header
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/halloween/hacktoberstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktoberstats.py b/bot/seasons/halloween/hacktoberstats.py index 625e7324..3e9bd508 100644 --- a/bot/seasons/halloween/hacktoberstats.py +++ b/bot/seasons/halloween/hacktoberstats.py @@ -235,7 +235,7 @@ class HacktoberStats(commands.Cog): f"&per_page={per_page}" ) - headers = {"user-agent": "Discord Python Hactoberbot"} + headers = {"user-agent": "Discord Python Hacktoberbot"} async with aiohttp.ClientSession() as session: async with session.get(query_url, headers=headers) as resp: jsonresp = await resp.json() |