_browse: Remove queryargs from keyword arguments

It's set to kwargs later, ignoring its previous value.
This commit is contained in:
Wieland Hoffmann
2017-03-20 18:54:15 +01:00
parent f38d200128
commit 25be5aaa66

View File

@@ -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)