mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-26 09:34:02 +00:00
_browse: Remove queryargs from keyword arguments
It's set to kwargs later, ignoring its previous value.
This commit is contained in:
@@ -499,7 +499,7 @@ class XmlWebService(QtCore.QObject):
|
||||
|
||||
def _browse(self, entitytype, handler, inc=[],
|
||||
xml=True, priority=False, important=False, mblogin=False,
|
||||
cacheloadcontrol=None, refresh=False, queryargs=None, **kwargs):
|
||||
cacheloadcontrol=None, refresh=False, **kwargs):
|
||||
host = config.setting["server_host"]
|
||||
port = config.setting["server_port"]
|
||||
path = "/ws/2/%s" % (entitytype)
|
||||
|
||||
Reference in New Issue
Block a user