remove useless consts

This commit is contained in:
norohind 2021-11-23 20:55:25 +03:00
parent 765e2db863
commit 7a8f722064
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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: