diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2021-03-21 00:30:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 00:30:23 +0000 |
commit | f98fc95b15b79af9e67d7c837d45ab727d3bda33 (patch) | |
tree | 5f3a2d31ce0f5136f85c3885ad6c749ff225f68e | |
parent | 335eb48bf41ceb2ea3732aee936fac73d9fe7742 (diff) | |
parent | c427cfe65814070f88a2bb66932f4618ddbb7a1f (diff) | |
download | steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar.gz steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar.bz2 steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar.lz steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar.xz steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.tar.zst steve-bot-f98fc95b15b79af9e67d7c837d45ab727d3bda33.zip |
Merge pull request #50 from randomidiot13/patch-3
-rwxr-xr-x | cogs/src.py | 2 |
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: |