feat: add support for new ratings page
Genres are no longer available for ratings, so we make them optional. Adds support for validating generics in union types.
This commit is contained in:
parent
06e60fb212
commit
1a7d85b31d
7 changed files with 385 additions and 37 deletions
|
|
@ -4,4 +4,4 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
exec python -m unwind "$@"
|
||||
exec poetry run python -m unwind "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue