Commit 3d40b543 authored by Gyanendra Mishra's avatar Gyanendra Mishra

this looks alright

parent c1ba37fb
......@@ -13,8 +13,9 @@ def main(input_args):
"user": "user",
"password": "password"
})
module_io.ModuleOutput({"grafana_info ": grafana_info})
return
output = module_io.ModuleOutput({"grafana_info": grafana_info})
print(output)
return output
def new_network_params():
# this is temporary till we get params working
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment