Skip to content
Snippets Groups Projects
Commit 93149a80 authored by releaser-duniter's avatar releaser-duniter
Browse files

Update test.py

parent 431b014b
Branches
Tags 0.43.0
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
......@@ -15,7 +15,7 @@ def get_current_message():
print('status: %s' % response.status)
print('headers:', response.headers)
response_data = response.read().decode()
data = json.load(response_data)
data = json.loads(response_data)
if data['release'] is None:
return False, ''
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment