From cdfe18f6b746574a608d0e8a37861e786975df13 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 26 Sep 2023 11:36:01 +0300 Subject: [PATCH] change title --- BaseLib/bot.py | 2 +- templates/base.html | 2 +- templates/includes/sidebar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BaseLib/bot.py b/BaseLib/bot.py index a5b7f3a..06a6b7c 100644 --- a/BaseLib/bot.py +++ b/BaseLib/bot.py @@ -19,4 +19,4 @@ def get_traceback(tb): def notify_if_needed(exc): if type(exc) is not KeyboardInterrupt and TELEGRAM_TOKEN: - bot.send_message(CHAT_ID, f"Ошибка на проекте YourGols.\nПодробности: \n{get_traceback(sys.exc_info()[2])}\n{str(exc)}") + bot.send_message(CHAT_ID, f"Ошибка на проекте Platform.\nПодробности: \n{get_traceback(sys.exc_info()[2])}\n{str(exc)}") diff --git a/templates/base.html b/templates/base.html index 1ef63a0..9cd67ee 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - YourGols + Platform diff --git a/templates/includes/sidebar.html b/templates/includes/sidebar.html index e7fc64d..f2c5500 100644 --- a/templates/includes/sidebar.html +++ b/templates/includes/sidebar.html @@ -2,7 +2,7 @@