diff --git a/bots/modules/overlay.py b/bots/modules/overlay.py index 620834b..3d4b7ce 100644 --- a/bots/modules/overlay.py +++ b/bots/modules/overlay.py @@ -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))