Skip to content

cerbero: Unpack asyncio queue args as dict, not as list

Nirbheek Chauhan requested to merge nirbheek/cerbero:fix-loop-param-compat into 1.18

Otherwise we will only pass 'loop' as a positional argument, instead of passing loop=<value> as the keyword argument.

This broke in d8afc8b5.

Edited by Nirbheek Chauhan

Merge request reports