From de97ffa333938283078e4029ef00d38b2d338bab Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 15 Dec 2021 13:53:14 +0800 Subject: [PATCH] 1 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,