From 096d3cac0cf398acd96af700026172d82a93b38e Mon Sep 17 00:00:00 2001 From: dsyoon Date: Tue, 12 Dec 2023 09:52:17 +0900 Subject: [PATCH] init --- stock/util/TelegramBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/util/TelegramBot.py b/stock/util/TelegramBot.py index ef4da2a..5668345 100644 --- a/stock/util/TelegramBot.py +++ b/stock/util/TelegramBot.py @@ -37,7 +37,7 @@ class TelegramBot: @staticmethod def send(text): - client = telegram.Bot(token="6435061393:AAHOh9wB5yGNGUdb3SfCYJrrWTBe7wgConM") + client = telegram.Bot(token="6874078562:AAEHxGDavfc0ssAXPQIaW8JGYmTR7LNUJOw") if platform.system().lower() == 'windows': asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) asyncio.run(client.send_message(chat_id='574661323', text=text))