1
0
Fork 0
mirror of synced 2024-05-03 04:02:28 +12:00

Correct what to base the status on

This commit is contained in:
phxntxm 2019-01-28 23:45:08 -06:00
parent 110720f278
commit 943b46d4e9

View file

@ -100,7 +100,7 @@ WHERE
gone_online = [
self.channel_info.get(name)
for name in result["followed_picarto_channels"]
if self.channel_info.get(name) == "on"
if self.channel_info.get(name)["status"] == "on"
]
# If they've gone online, produce the embed for them and send it
if gone_online: