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()