1.1.7 я ебал блять писать комиты

This commit is contained in:
Verum
2025-02-25 17:38:33 +07:00
parent f0fdf8533f
commit fb000890bb
5 changed files with 10 additions and 10 deletions

View File

@@ -35,8 +35,8 @@ class ProjectPath:
Класс для хранения путей к проектам и логам.
"""
BotLogs : str = "BotLogs"
bot_info_log_file: str = f"{BotLogs}/bot_info.log"
start_log_file: str = f"{BotLogs}/start.log"
bot_info_log_file: str = f"{BotLogs}/bot_info.logs"
start_log_file: str = f"{BotLogs}/start.logs"
debug_log_file: str = f"{BotLogs}/debug.log"
info_log_file : str = f"{BotLogs}/info.log"
warning_log_file: str = f"{BotLogs}/warning.log"