🐛 Added another option to live-API

This commit is contained in:
Mawoka
2022-09-25 16:40:07 +02:00
parent ccaf7d08b6
commit 0171d8a4b1
+1 -1
View File
@@ -264,7 +264,7 @@ class GetLiveDataResponse(BaseModel):
players: _GetLiveDataPlayers
@router.get("/live", response_model=GetLiveDataResponse, tags=["live"])
@router.get("/live", tags=["live"])
async def get_live_game_data(
game_pin: int, api_key: str, player_count_as_a_string: bool = False, in_array: bool = False
):