update binary that I forgot to do

This commit is contained in:
J.Townsend 2020-12-16 20:03:42 +00:00 committed by GitHub
parent 61d9453b0e
commit 5162d29c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,10 @@ if __name__ == '__main__':
multiprocessing.freeze_support()
asyncio.DefaultEventLoopPolicy = asyncio.WindowsSelectorEventLoopPolicy
else:
import uvloop
uvloop.install()
if python_version()[0:3] < '3.9':
import uvloop
uvloop.install()
if "linux" in platform:
import aiomultiprocess
# As we are not using Windows we can change the spawn method to fork for greater performance