From dc084067393c32fe38f6430a62c8efb947599bc3 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Mon, 12 Jun 2017 02:10:01 -0500 Subject: [PATCH] Use actual_load --- cogs/picarto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/picarto.py b/cogs/picarto.py index 4bc8c59..c1d3e33 100644 --- a/cogs/picarto.py +++ b/cogs/picarto.py @@ -42,7 +42,7 @@ class Picarto: try: while not self.bot.is_closed(): await self.get_online_users() - picarto = self.bot.db.load('picarto', table_filter={'notifications_on': 1}) + picarto = await self.bot.db.actual_load('picarto', table_filter={'notifications_on': 1}) for data in picarto: m_id = int(data['member_id']) url = data['picarto_url']