Lint fixing double-space
This commit is contained in:
@ -1196,7 +1196,7 @@ class IrisCore(pykka.ThreadingActor):
|
||||
|
||||
try:
|
||||
http_client = AsyncHTTPClient(validate_cert=self.config["iris"]["verify_certificates"])
|
||||
response = await http_client.fetch(url, method="POST", body=json.dumps(data))
|
||||
response = await http_client.fetch(url, method="POST", body=json.dumps(data))
|
||||
except (urllib.error.HTTPError, urllib.error.URLError) as e:
|
||||
error = json.loads(e.read())
|
||||
logger.error("Could not update Snapcast meta")
|
||||
|
||||
Reference in New Issue
Block a user