aboutsummaryrefslogtreecommitdiff
path: root/cogs/src.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/src.py')
-rwxr-xr-xcogs/src.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py
index 9ddfbfb..83e15a9 100755
--- a/cogs/src.py
+++ b/cogs/src.py
@@ -397,7 +397,7 @@ async def queueLength(self, ctx, game):
hold = []
async with self.bot.session.get(
- f"https://www.speedrun.com/api/v1/runs?game={gameID}&max=200", headers=head
+ f"https://www.speedrun.com/api/v1/runs?game={gameID}&status=new&max=200", headers=head
) as temp:
while True:
if temp.status != 200: