From 8beee2f0679b27f0f0fdd4285795b027fac930f4 Mon Sep 17 00:00:00 2001 From: andrey271192 <76248502+andrey271192@users.noreply.github.com> Date: Sat, 30 May 2026 18:27:43 +0300 Subject: [PATCH] contact: personal Telegram -> group @PCAdministration --- brand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brand.py b/brand.py index 679bd15..4a60d41 100644 --- a/brand.py +++ b/brand.py @@ -29,7 +29,7 @@ _DOT = "color:#86868b;user-select:none" def brand_bar_html(telegram_username: str) -> str: - u = (telegram_username or "Iot_andrey").lstrip("@") + u = (telegram_username or "PCAdministration").lstrip("@") tg = f"https://t.me/{u}" safe_u = html.escape(u, quote=True) return (