Перенос изменений из master в dev-1 ветку

This commit is contained in:
2025-09-03 00:34:41 +03:00
parent 6733043a61
commit 566f35ed0f
5 changed files with 6 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class MetricsCollector:
# PID файлы для отслеживания процессов
self.pid_files = {
'voice_bot': 'voice_bot.pid',
#'voice_bot': 'voice_bot.pid',
'helper_bot': 'helper_bot.pid'
}