Refactor Pterodactyl cog to use aiohttp #2
Loading…
Reference in a new issue
No description provided.
Delete branch "aiohttp-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pterodactyl currently uses the
requests
library to send HTTPS requests, however therequests
library is blocking, whereasaiohttp
is not. This pull request implements #1.WIP: Refactor Pterodactyl cog to use aiohttpto Refactor Pterodactyl cog to use aiohttpaiohttp
instead ofrequests
#1