From 4001c704287b0f0a04113eee9653f6ed3e055dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Tue, 18 Nov 2025 13:24:05 +0300 Subject: [PATCH] trr --- get_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_data.py b/get_data.py index 7635db7..95b0a23 100644 --- a/get_data.py +++ b/get_data.py @@ -3459,7 +3459,7 @@ def get_image(points, bib, count_point): logger.warning(f"[shotmap] не удалось сохранить {path}: {e}") return "" - return path + return f"https://{MYHOST}.tvstart.ru{path}" if __name__ == "__main__":