поправка2
This commit is contained in:
@@ -65,7 +65,7 @@ log_config = {
|
|||||||
"formatters": {
|
"formatters": {
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"class": "telegram_handler.HtmlFormatter",
|
"class": "telegram_handler.HtmlFormatter",
|
||||||
"format": f"%(levelname)s [{MYHOST.upper()}] %(message)s",
|
"format": f"%(levelname)s <b>[{MYHOST.upper()}]</b> %(message)s",
|
||||||
"use_emoji": "True",
|
"use_emoji": "True",
|
||||||
},
|
},
|
||||||
"simple": {
|
"simple": {
|
||||||
@@ -604,7 +604,7 @@ def build_pretty_status_message():
|
|||||||
Если game ещё нет — шлём хотя бы статусы источников.
|
Если game ещё нет — шлём хотя бы статусы источников.
|
||||||
"""
|
"""
|
||||||
lines = []
|
lines = []
|
||||||
lines.append(f"🏀 <b>{LEAGUE.upper()}</b> • {TEAM}")
|
lines.append(f"/n🏀 <b>{LEAGUE.upper()}</b> • {TEAM}")
|
||||||
lines.append(f"📌 Game ID: <code>{GAME_ID}</code>")
|
lines.append(f"📌 Game ID: <code>{GAME_ID}</code>")
|
||||||
lines.append(f"🕒 {GAME_START_DT}")
|
lines.append(f"🕒 {GAME_START_DT}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user