We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8357e9 commit 03b1319Copy full SHA for 03b1319
1 file changed
surftimer/ck_bonus.py
@@ -553,6 +553,7 @@ def viewBonusRunRank(
553
style: int,
554
):
555
"""```char sql_stray_viewBonusRunRank[] = ....```\n
556
+ Returns the supposed rank for the data inputted\n
557
Get count of rows with time faster than `runtime`, to get exact player bonus rank"""
558
tic = time.perf_counter()
559
@@ -651,9 +652,7 @@ def selectPersonalBonusPrestrafeSpeeds(
651
652
)
653
654
- if xquery:
655
- xquery = xquery.pop()
656
- else:
+ if len(xquery) <= 0:
657
response.status_code = status.HTTP_204_NO_CONTENT
658
return response
659
0 commit comments