Queer European MD passionate about IT
Davte 5 년 전
부모
커밋
3cb912154b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      davtelepot/bot.py

+ 1 - 1
davtelepot/bot.py

@@ -743,7 +743,7 @@ class Bot(TelegramBot, ObjectWithDatabase):
                 return await self.reply(update=update, **reply)
             except Exception as e:
                 logging.error(
-                    f"Failed to handle text message:\n{e}",
+                    f"Failed to handle location message:\n{e}",
                     exc_info=True
                 )
         return