From 05e6d0404f486d3749a3588dbf1d5b6835baa8a8 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Mon, 12 Jun 2017 01:41:10 -0500 Subject: [PATCH] Stupid aiohttp --- cogs/picarto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/picarto.py b/cogs/picarto.py index 031e5c9..c248df2 100644 --- a/cogs/picarto.py +++ b/cogs/picarto.py @@ -22,8 +22,8 @@ class Picarto: # This method is in place to just return all online users so we can compare against it url = BASE_URL + '/online' payload = { - 'adult': True, - 'gaming': True + 'adult': 'true', + 'gaming': 'true' } self.online_channels = await utils.request(url, payload=payload)