Skip to content
Snippets Groups Projects
Commit b4c32f94 authored by František Dvořák's avatar František Dvořák
Browse files

Update with the newest python language changes

parent 073d6835
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ else:
j = json.load(f)
config = j['config']['value']
n = config['n']
n = int(config['n'])
d = config['domain']
hosts = j['hosts']['value']
public_hosts = j['public_hosts']['value']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment