Closed HiPhish closed 3 years ago
The loop paramater of the Semaphore constructor is deprecated since Python 3.8 and removed in 3.10.
loop
Semaphore
See https://docs.python.org/3.8/library/asyncio-sync.html#semaphore and https://docs.python.org/3.10/library/asyncio-sync.html#semaphore
Hey thanks for the PR! :smile: Just a minor comment
The
loop
paramater of theSemaphore
constructor is deprecated since Python 3.8 and removed in 3.10.See https://docs.python.org/3.8/library/asyncio-sync.html#semaphore and https://docs.python.org/3.10/library/asyncio-sync.html#semaphore