From a3f27461776642dbd3c030a15e69e16c7c5cf4d1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 28 Mar 2018 17:37:02 +0300 Subject: [PATCH] Delete aio_test.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Удаление мусора --- aio_test.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 aio_test.py 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()