diff --git a/main.py b/main.py index 4091530..9369589 100644 --- a/main.py +++ b/main.py @@ -73,8 +73,8 @@ async def getPlatform(request: Request, platformAlias: str): @app.get("/getgamelist") async def getgamelist( request: Request, - cutoff: bool, - isLowest: bool, + cutoff: bool = False, + isLowest: bool = False, platform: int = 1, skip: int = 0, limit: int = 10,