From aaf7b8b2140c65ddcd7b96c8a961b54066fe7d9e Mon Sep 17 00:00:00 2001 From: Rob Lee Date: Fri, 10 Apr 2020 11:43:00 +0100 Subject: [PATCH] Removing comments --- huwawei_lte_exporter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/huwawei_lte_exporter b/huwawei_lte_exporter index c2f79bd..4517c60 100755 --- a/huwawei_lte_exporter +++ b/huwawei_lte_exporter @@ -22,8 +22,8 @@ def prom_exporter(): client = Client(connection) if os.environ.get('VERBOSE') is not None: - pprint.pprint(client.device.signal()) # Can be accessed without authorization - pprint.pprint(client.device.information()) # Needs valid authorization, will throw exception if invalid credentials are passed in URL + pprint.pprint(client.device.signal()) + pprint.pprint(client.device.information()) # Set common response attributes band = client.device.signal().get('band')