From 7a8f7220642b12118e494d915e1194debc2a7148 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Tue, 23 Nov 2021 20:55:25 +0300 Subject: [PATCH] remove useless consts --- utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils.py b/utils.py index e7ddb76..4db00f0 100644 --- a/utils.py +++ b/utils.py @@ -9,10 +9,6 @@ from EDMCLogging import get_main_logger logger = get_main_logger() -BASE_URL = 'https://api.orerve.net/2.0/website/squadron/' -INFO_ENDPOINT = 'info' -NEWS_ENDPOINT = 'news/list' - TIME_BETWEEN_REQUESTS: float = 3.0 if os.getenv("JUBILANT_TIME_BETWEEN_REQUESTS") is not None: try: