Browse Source

debugging

pull/4/head
Purpur 3 years ago
committed by GitHub
parent
commit
92926922bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cogs/linking_updater.py

1
cogs/linking_updater.py

@ -42,6 +42,7 @@ class Linking_updater(commands.Cog):
async with aiohttp.ClientSession() as session:
async with session.get(url, headers=headers) as response:
if response.status == 200:
logging.info("200")
# Formats response for servers in JSON format
servers_json_response = await response.json()

Loading…
Cancel
Save