Skip to content

Commit fa5c2f9

Browse files
committed
working example.chart.py
1 parent 69a95be commit fa5c2f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python.d/example.chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def check(self):
2020
return True
2121

2222
def create(self):
23-
print("CHART example.python_random '' 'A random number' 'random number' random random line "+str(priority)+" 1")
23+
print("CHART example.python_random '' 'A random number' 'random number' random random line "+str(self.priority)+" "+str(self.update_every))
2424
print("DIMENSION random1 '' absolute 1 1")
2525
return True
2626

0 commit comments

Comments
 (0)