change title

This commit is contained in:
Administrator
2023-09-26 11:36:01 +03:00
parent 7d168a38f1
commit cdfe18f6b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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)}")