From c427cfe65814070f88a2bb66932f4618ddbb7a1f Mon Sep 17 00:00:00 2001 From: randomidiot13 <52841549+randomidiot13@users.noreply.github.com> Date: Sat, 20 Mar 2021 20:23:12 -0400 Subject: Get only the queue, not everything --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') 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: -- cgit v1.2.3