Delete aio_test.py

Удаление мусора
This commit is contained in:
Andrei 2018-03-28 17:37:02 +03:00 committed by GitHub
parent 56264b6909
commit a3f2746177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
from python3_anticaptcha import NoCaptchaTaskProxyless
import asyncio
import aiohttp
import time
async def run():
try:
result = await /функция асинхронная/
print(result)
except Exception as err:
print(err)
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(run())
loop.close()