Skip to content

Commit

Permalink
add narrator
Browse files Browse the repository at this point in the history
genekogan committed Jan 15, 2024
1 parent de22e0f commit 9bc3b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/routers/story.py
Original file line number Diff line number Diff line change
@@ -112,6 +112,11 @@ def cinema(request: CinemaRequest):
character_id: EdenCharacter(character_id)
for character_id in request.character_ids
}

# hack: add narrator
characters["657926f90a0f725740a93b77"] = EdenCharacter("657926f90a0f725740a93b77")


character_name_lookup = {
character.name: character_id
for character_id, character in characters.items()

0 comments on commit 9bc3b46

Please sign in to comment.