cerbero: Unpack asyncio queue args as dict, not as list
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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Otherwise we will only pass 'loop'
as a positional argument, instead
of passing loop=<value>
as the keyword argument.
This broke in d8afc8b5.