Mypi fix #37

Merged
JustinZeus merged 2 commits from mypi-fix into main 2026-03-01 23:04:55 +01:00
Showing only changes of commit 0ee89136ff - Show all commits

View file

@ -55,7 +55,7 @@ def _apply_scholar_http_settings(payload: AdminScholarHttpSettingsUpdateRequest)
max_length=_MAX_ACCEPT_LANGUAGE_LENGTH,
)
cookie = _normalize_header_value(
payload.cookie,
payload.cookie or "",
field_name="cookie",
max_length=_MAX_COOKIE_LENGTH,
)