From f453a7e96cf44f16492a40c8597aacafe7a80209 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Tue, 5 Jul 2022 00:38:14 +0300 Subject: [PATCH] whoops --- reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reply.py b/reply.py index 9cd7fe0..4f0f140 100755 --- a/reply.py +++ b/reply.py @@ -69,7 +69,7 @@ class ReplyBot: await self.pleroma.react(post_id, '✅') async def reply(self, notification): - toot = utils.make_post(self.cfg) # generate a toot + toot = await utils.make_post(self.cfg) # generate a toot await self.pleroma.reply(notification['status'], toot, cw=self.cfg['cw']) @staticmethod