Message383889
What's the script used, is it the script in the reddit thread?
The reddit thread mentions a change to the script that might help:
return [await r.json() for r in responses]
To:
return await asyncio.gather(*(r.json() for r in responses))
Does that remove the error? |
|
Date |
User |
Action |
Args |
2020-12-28 10:07:01 | ronaldoussoren | set | recipients:
+ ronaldoussoren, asvetlov, yselivanov, JasperTecHK |
2020-12-28 10:07:01 | ronaldoussoren | set | messageid: <1609150021.14.0.860755876462.issue42690@roundup.psfhosted.org> |
2020-12-28 10:07:01 | ronaldoussoren | link | issue42690 messages |
2020-12-28 10:07:01 | ronaldoussoren | create | |
|