1
0
Fork 0
mirror of synced 2024-05-20 04:22:29 +12:00

Stupid aiohttp

This commit is contained in:
phxntxm 2017-06-12 01:41:10 -05:00
parent ec1df2dd3d
commit 05e6d0404f

View file

@ -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)