From 9880d446cabc93fe1fb17ceb4b88ab395128f9ee Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Mon, 4 Mar 2019 14:05:06 +0100 Subject: [PATCH] Revert "Update fractale.py" This reverts commit bc816d68ba3cac039087b4dfc561e90d7a3c8eab. --- modules/fractale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fractale.py b/modules/fractale.py index 006b638..1696a05 100644 --- a/modules/fractale.py +++ b/modules/fractale.py @@ -93,7 +93,7 @@ class MainClass(): else: await self.modules['help'][1].send_help(message.channel, self) async def send_fractal(self, *args): - await self.client.loop.run_in_executor(ThreadPoolExecutor(), self.send_fractal_async, *args) + await self.client.loop.run_in_executor(ThreadPoolExecutor(), send_fractal_async, *args) async def send_fractal_async(self, message, command): parsed_data=self.parse(command)