Исправлен формат представления лога

This commit is contained in:
2026-07-19 20:10:44 +03:00
parent a6c9db1a71
commit e40d5a4159
4 changed files with 17 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ class CoreResponse(Response):
result: dict[str, list | dict | str | float | int | bool] = {
"status": internal_status,
"timestamp": timezone.now().timestamp()
"timestamp": int(timezone.now().timestamp())
}
# Формируем данные ответа