diff --git a/aio_test.py b/aio_test.py deleted file mode 100644 index cebf247..0000000 --- a/aio_test.py +++ /dev/null @@ -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()