Commit a84a3c5a authored by guillaume.bouvignies's avatar guillaume.bouvignies

output is now printed by the framework

parent f0fe8c1e
......@@ -2,6 +2,7 @@
### Changes
- Updated `run(input_args)` to `run(args)`
- Removed `print(output)` at the end as it is now printed by the framework
# 0.0.4
### Changes
......
......@@ -89,7 +89,6 @@ def run(args):
password = GRAFANA_PASSWORD
)
output = struct(grafana_info = grafana_info)
print(output)
return output
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