parent
56264b6909
commit
a3f2746177
18
aio_test.py
18
aio_test.py
|
@ -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()
|
Loading…
Reference in New Issue