From 0ef3b60d0067c7d1c9515368ac7dad14c45a6974 Mon Sep 17 00:00:00 2001 From: Nikita Aksenov Date: Fri, 14 Mar 2025 20:49:35 +0300 Subject: [PATCH] api-deadlines uri changed to DEADLINES.json --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3b4b584..755fef2 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ from time import sleep import urllib.parse # Modify the links and data below: -DEADLINES_URL = "https://m3104.nawinds.dev/api-deadlines" +DEADLINES_URL = "https://m3104.nawinds.dev/DEADLINES.json" ADD_DEADLINE_LINK = "https://m3104.nawinds.dev/deadlines-editing-instructions/" BOT_NAME = "Дединсайдер M3104" BOT_USERNAME = "m3104_deadliner_bot"