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 @@
-