From 634a0dd4a4813f53c2d6fa2b6b7ac29cd224e8c2 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 25 Jul 2025 17:46:19 +0300 Subject: [PATCH] fix --- bots/modules/channel_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/modules/channel_helper.py b/bots/modules/channel_helper.py index 2444229..776ecd6 100644 --- a/bots/modules/channel_helper.py +++ b/bots/modules/channel_helper.py @@ -72,7 +72,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig): # else: # bot.send_photo(self.chat_id, open(fpath, 'rb')) # QueuedItem.objects.create(config=self, type='photo', args=json.dumps([]), image_hash=image_hash, processed=True) - return True + return image_hash def rpc_post_gif(self, url, note=''): config._reload_maybe()