From dd85b437f6440276560fb6c21b2bd91ccc32bfc8 Mon Sep 17 00:00:00 2001 From: Leander Date: Wed, 9 Aug 2023 10:59:00 +0200 Subject: [PATCH] Update accounts.py Reverted change --- cord/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cord/accounts.py b/cord/accounts.py index d0f362c..a770dc5 100644 --- a/cord/accounts.py +++ b/cord/accounts.py @@ -12,7 +12,7 @@ load_dotenv() async def request_user_by_discord_id(discord_id): return requests.get( - url=f'https://api.nova-oss.com/users?discord_id="{discord_id}"', + url=f'https://api.nova-oss.com/users?discord_id={discord_id}', timeout=3, headers={ 'Content-Type': 'application/json',