DeMaking commited on
Commit
c6855ec
·
verified ·
1 Parent(s): 3eb63a8

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -42,7 +42,7 @@ if not WEBHOOK_DOMAIN:
42
  WEBHOOK_PATH = f"/{TOKEN}"
43
  # Construct the full webhook URL (must be HTTPS as required by Telegram)
44
  WEBHOOK_URL = f"https://{WEBHOOK_DOMAIN}{WEBHOOK_PATH}"
45
- print("webhook url: ", WEBHOOK_URL)
46
 
47
 
48
  # -------------------------
 
42
  WEBHOOK_PATH = f"/{TOKEN}"
43
  # Construct the full webhook URL (must be HTTPS as required by Telegram)
44
  WEBHOOK_URL = f"https://{WEBHOOK_DOMAIN}{WEBHOOK_PATH}"
45
+ print("webhook url: ", WEBHOOK_URL[:5])
46
 
47
 
48
  # -------------------------