From 03236a862a5baf4325341866d3d7955d740575e4 Mon Sep 17 00:00:00 2001 From: Hamid Hosseinzadeh <80152356+hmdhszd@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:41:10 +0330 Subject: [PATCH] Update python-node-exporter.py --- app/python-node-exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/python-node-exporter.py b/app/python-node-exporter.py index 515f7ee..fb1e286 100644 --- a/app/python-node-exporter.py +++ b/app/python-node-exporter.py @@ -13,7 +13,7 @@ def GetDataFunc(): #---------------------------------------------------------------------------------- # in this part, i'll get some data from an API # - # and put it into "metricsDictionary" + # and put it into "metricsDictionary" # # you can remove this part and add your own script #