We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8c01 commit b0bc592Copy full SHA for b0bc592
app/routers/telegram.py
@@ -26,7 +26,6 @@ def bot_client(req: dict = Body(...), session=Depends(get_db)):
26
27
# Check if current chatter is registered to use the bot
28
user = session.query(User).filter_by(telegram_id=chat.user_id).first()
29
- print(user)
30
if user is None:
31
return reply_unknown_user(chat)
32
0 commit comments