Spaces:
Paused
Paused
fix:
Browse files- bot_telegram.py +1 -0
bot_telegram.py
CHANGED
|
@@ -124,6 +124,7 @@ class TelegramBot:
|
|
| 124 |
else:
|
| 125 |
await update.message.reply_text("❌ You are not authenticated. Please type /start to authenticate and then enter the password.")
|
| 126 |
|
|
|
|
| 127 |
async def check_password(self, update: Update, context: CallbackContext):
|
| 128 |
"""Checks if the password is correct and authenticates the user."""
|
| 129 |
user_id = update.message.from_user.id
|
|
|
|
| 124 |
else:
|
| 125 |
await update.message.reply_text("❌ You are not authenticated. Please type /start to authenticate and then enter the password.")
|
| 126 |
|
| 127 |
+
|
| 128 |
async def check_password(self, update: Update, context: CallbackContext):
|
| 129 |
"""Checks if the password is correct and authenticates the user."""
|
| 130 |
user_id = update.message.from_user.id
|