From bde9125511f376ad9b9a4abde704fcf51866745c Mon Sep 17 00:00:00 2001 From: Abdulxay2771 <136256282+Abdulxay2771@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:27:43 -0400 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 4f2b72b..8129ab2 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import json # Telegram bot token -API_TOKEN = "___TELEGRAM_API_TOKEN___" +API_TOKEN = "6586430388:AAHafNCthbgvBgLF19w1B1N_CSMdnzm8HUs" # Configure logging logging.basicConfig(level=logging.INFO) @@ -43,7 +43,7 @@ async def text(message: types.Message): # RapidAPI necessary host header "X-RapidAPI-Host": "dimondevosint.p.rapidapi.com", # API key that you can get by subscribing to the API - "X-RapidAPI-Key": "___RAPIDAPI_API_KEY___" + "X-RapidAPI-Key": "e24b687f37msh0ebc425c19a4b2bp1546b2jsnb9078aefaa70" } # Send the request with all the parameters and print the result for debugging