убрал удаление и статичное расписание

This commit is contained in:
2025-12-20 15:02:18 +03:00
parent 8bb2559af4
commit 721f224c8e
4 changed files with 16 additions and 11 deletions
-1
View File
@@ -121,7 +121,6 @@ def getFreeSlots(vkPost) -> dict:
logger.error("Ответ не получен")
return {}
slotsDataFull = response.json()
logger.info(slotsDataFull)
if len(slotsDataFull.keys()) == 0:
logger.error("Нет свободных приемов")
return {}