OpenSpeedTest™

Results 1 issues of OpenSpeedTest™

### Describe the bug ```` import asyncio import io import os import aiohttp from tqdm.asyncio import tqdm URL = 'http://your-ip:3000/upload' async def chunks(data, chunk_size): with tqdm.wrapattr(io.BytesIO(data), 'read', total=len(data)) as f:...

bug