Prevent crash when gpo sync removes episodes from gpodder.
commit160a85885626c5e58466e5429f5b356f9c5ffeb8
authorauouymous <au@qzx.com>
Sat, 9 Apr 2022 06:38:49 +0000 (9 00:38 -0600)
committerauouymous <au@qzx.com>
Sat, 9 Apr 2022 06:38:49 +0000 (9 00:38 -0600)
treee6fb773842d8faa233bdd7c4fff64fb4842bc951
parent0a3f4f68b276a0fd95d73bf610f63c36a2135961
Prevent crash when gpo sync removes episodes from gpodder.

The _action and _start_action methods expected a second parameter of
values to apply to the format string in first parameter. Many call sites
did not supply the second parameter and messages containing '%' would
cause a crash. Both methods now take a single parameter and call sites
must apply their own format string values.

Fixes #1254.
bin/gpo