events updated

This commit is contained in:
2024-12-14 18:46:36 +03:00
parent 6682d50228
commit eab9e93969
43 changed files with 353 additions and 38 deletions

View File

@@ -77,7 +77,7 @@ def user_list(request: Request, validation: EndpointValidation):
headers = getattr(
active_validation, str(valid_token.lang).lower(), active_validation.tr
)
print('headers', headers)
print("headers", headers)
return EndpointValidationResponse(
language=valid_token.lang,
headers=headers,