Fix undefined variable

This commit is contained in:
Sambhav Kothari
2017-07-27 18:25:10 +05:30
parent a9665f632d
commit b7b25f5725

View File

@@ -451,7 +451,7 @@ class WebService(QtCore.QObject):
log.error("Redirect loop: %s",
reply.request().url().toString(QUrl.RemoveUserInfo)
)
handler(reply.readAll(), reply, error)
request.handler(reply.readAll(), reply, error)
def _handle_reply(self, reply, request):
hostkey = request.get_host_key()