This commit is contained in:
bakatrouble 2025-07-25 17:46:19 +03:00
parent 9776feabc3
commit 634a0dd4a4

View File

@ -72,7 +72,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
# else: # else:
# bot.send_photo(self.chat_id, open(fpath, 'rb')) # 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) # 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=''): def rpc_post_gif(self, url, note=''):
config._reload_maybe() config._reload_maybe()