Skip to content
Snippets Groups Projects
Commit dacc21cc authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Fix bug json_save with save_json

parent 526bcfbb
No related branches found
No related tags found
No related merge requests found
Pipeline #16567 passed
......@@ -367,7 +367,7 @@ class epicsQuery(Thread):
instruments_return_dict[pv]['units']='n.c.'
instruments_return_dict[pv]['value']=''
json_save(instruments_return_dict, '/var/www/data/getInstruments.json')
save_json(instruments_return_dict, '/var/www/data/getInstruments.json')
time.sleep(0.5)
for pv in publicpvs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment