Skip to content

Commit

Permalink
Add lost talent
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven9 committed Nov 10, 2023
1 parent a0632e6 commit f4de1d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def talents() -> list[Talent]:
return ACTIVE_TALENTS_LIST


#TODO add paramter to get all talents
@app.get("/talents/{server}", summary="List watched talents for a server")
def talents(server: str) -> list[Talent]:
if server.upper() == "KFP":
Expand Down
12 changes: 12 additions & 0 deletions talents_niji.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@
"dark": ""
},
},
{
"account": "shu_yamino",
"name": "Shu Yamino",
"agency": "Nijisanji EN",
"generation": "Luxiem",
"generationId": 4,
"active": True,
"colors": {
"light": "",
"dark": ""
},
},
{
"account": "Vox_Akuma",
"name": "Vox Akuma",
Expand Down

0 comments on commit f4de1d1

Please sign in to comment.