Skip to content

Commit 7cf1950

Browse files
committed
decimal;whoopsie
1 parent b6df778 commit 7cf1950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surftimer/ck_checkpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PlayerCheckpoints(BaseModel):
1515
mapname: str
1616
cp: int
1717
time: Decimal
18-
stage_time: str
18+
stage_time: Decimal
1919
stage_attempts: int
2020
zonegroup: int
2121

@@ -407,7 +407,7 @@ async def ccp_getPlayerPR(
407407
return response
408408

409409
xquery = selectQuery(
410-
surftimer.queries.sql_stray_ccp_getPlayerPR.format(steamid32, mapname)
410+
surftimer.queries.sql_stray_ccp_getPlayerPR.format(mapname, steamid32)
411411
)
412412

413413
if len(xquery) > 0:

0 commit comments

Comments
 (0)