measmonysuon commited on
Commit
74cc88a
1 Parent(s): 893b9a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ load_dotenv()
11
  # Environment variables
12
  GOOGLE_API_KEY = os.getenv('GOOGLE_API')
13
  BOT_TOKEN = os.getenv('BOT_API')
14
- WEBHOOK_URL = f"https://measmonysuon-flyingbird.hf.space/webhooks/handle_update"
15
 
16
  # Initialize the Telegram bot
17
  bot = telebot.TeleBot(BOT_TOKEN)
 
11
  # Environment variables
12
  GOOGLE_API_KEY = os.getenv('GOOGLE_API')
13
  BOT_TOKEN = os.getenv('BOT_API')
14
+
15
 
16
  # Initialize the Telegram bot
17
  bot = telebot.TeleBot(BOT_TOKEN)