mirror of
https://github.com/andrey271192/keenetic_ssh-web.git
synced 2026-09-20 14:42:01 +00:00
contact: personal Telegram -> group @PCAdministration
This commit is contained in:
2
brand.py
2
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 (
|
||||
|
||||
Reference in New Issue
Block a user