reply with duplicate to rpc call

master
bakatrouble 1 year ago
parent 7402c65943
commit 4d494267cd

@ -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:

Loading…
Cancel
Save