debug: serialize showread
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-31 18:35:42 -08:00
parent 8d55b1303b
commit 9e28fc168a

View file

@ -114,6 +114,12 @@ def read_shows(
print(f"DEBUG: First show ID: {shows[0].id}")
print(f"DEBUG: First show Venue: {shows[0].venue}")
print(f"DEBUG: First show Vertical: {shows[0].vertical}")
try:
dump = ShowRead.model_validate(shows[0]).model_dump()
print(f"DEBUG: Serialized Dump: {dump}")
except Exception as e:
print(f"DEBUG: Serialization Error: {e}")
return PaginatedResponse(