Lint fixing double-space

This commit is contained in:
James Barnsley
2021-11-21 11:51:14 +13:00
parent fc20e4e865
commit fc2852ae49

View File

@ -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")