debugging

This commit is contained in:
phixxy 2024-01-27 21:22:38 -08:00
parent 36c62f9ee3
commit 43b1dc5ae7

View file

@ -335,6 +335,7 @@ class PhixxyCom(commands.Cog):
} }
await self.meme_handler('tmp/meme/') await self.meme_handler('tmp/meme/')
await self.upload_ftp_ai_images(ai_images_dict) await self.upload_ftp_ai_images(ai_images_dict)
self.bot.logger.info(f"Exit phixxy loop {ai_images_dict}")
@tasks.loop(hours=1) @tasks.loop(hours=1)
async def blog_loop(self): async def blog_loop(self):