mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Fix undefined variable
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user