remove test exception
This commit is contained in:
parent
752256be7b
commit
7257ea3327
@ -39,7 +39,6 @@ class OverlayBotModuleConfig(TelegramBotModuleConfig):
|
||||
im.paste(overlay, ((w - min_side) // 2, (h - min_side) // 2), overlay)
|
||||
im.save(out)
|
||||
update.effective_message.reply_photo(open(out, 'rb'), caption=self.comment)
|
||||
raise Exception('hi')
|
||||
|
||||
def build_dispatcher(self, dispatcher: Dispatcher):
|
||||
dispatcher.add_handler(CommandHandler('start', self.start_handler))
|
||||
|
Loading…
Reference in New Issue
Block a user