dnf-json: fix small type mismatch in null value assignment
This commit is contained in:
parent
7346171bd2
commit
b34150be6e
1 changed files with 1 additions and 1 deletions
2
dnf-json
2
dnf-json
|
|
@ -269,7 +269,7 @@ class DnfJsonRequestHandler(BaseHTTPRequestHandler):
|
|||
return cache_folders
|
||||
|
||||
def _send(self):
|
||||
self.client_address = ('',)
|
||||
self.client_address = ('', 0)
|
||||
|
||||
def response_with_dnf_error(self, kind: str, reason: str):
|
||||
self._send()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue