mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
PluginsOptionsPage: use unencoded_queryargs (as they are unencoded)
This commit is contained in:
@@ -663,7 +663,7 @@ class PluginsOptionsPage(OptionsPage):
|
||||
parse_response_type=None,
|
||||
priority=True,
|
||||
important=True,
|
||||
queryargs={"id": plugin.module_name, "version": plugin.version.to_string(short=True)},
|
||||
unencoded_queryargs={"id": plugin.module_name, "version": plugin.version.to_string(short=True)},
|
||||
)
|
||||
|
||||
def download_handler(self, update, response, reply, error, plugin):
|
||||
|
||||
Reference in New Issue
Block a user