]> arthur.barton.de Git - netdata.git/blobdiff - python.d/example.chart.py
Comments, comments, comments.
[netdata.git] / python.d / example.chart.py
index 5a8b4bb260a731f21d2a95ccc5f67a52a7cb0cf3..cf93d41b7342bf258934e06bd0b0e372efbbd9e5 100644 (file)
@@ -19,7 +19,10 @@ class Service(BaseService):
         return True
     
     def create(self):
-        print("CHART example.python_random '' 'A random number' 'random number' random random line "+str(self.priority)+" "+str(self.update_every))
+        print("CHART example.python_random '' 'A random number' 'random number' random random line " +
+              str(self.priority) +
+              " " +
+              str(self.update_every))
         print("DIMENSION random1 '' absolute 1 1")
         return True