reply with duplicate to rpc call

This commit is contained in:
bakatrouble 2022-12-25 17:23:24 +03:00
parent 7402c65943
commit 4d494267cd

View File

@ -50,7 +50,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
image_hash = imagehash.phash(im)
if self.queued_items.filter(image_hash=image_hash, type='photo').count() > 0:
return False
raise RuntimeError('Duplicate')
width, height = im.size
if width > 2000 or height > 2000: