delete_from_collection: Call _get_client_queryarg instead of passing it along

This commit is contained in:
Wieland Hoffmann
2016-10-22 12:50:12 +02:00
parent cb9b6294e2
commit 96e79a6962

View File

@@ -591,4 +591,4 @@ class XmlWebService(QtCore.QObject):
host, port = config.setting['server_host'], config.setting['server_port']
for path in self._collection_request(id, releases):
self.delete(host, port, path, handler,
queryargs=self._get_client_queryarg)
queryargs=self._get_client_queryarg())