mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Python plugins: fix style issues
This commit is contained in:
parent
3bc9396918
commit
40827a051a
2 changed files with 3 additions and 3 deletions
|
@ -243,10 +243,10 @@ if __name__ == "__main__":
|
|||
# graph config
|
||||
print(f"multigraph docsis_{g['name']}")
|
||||
print(f"graph_title {g['title']}")
|
||||
print(f"graph_category network")
|
||||
print("graph_category network")
|
||||
print(f"graph_vlabel {g['vlabel']}")
|
||||
print(f"graph_info {g['info']}")
|
||||
print(f"graph_scale no")
|
||||
print("graph_scale no")
|
||||
|
||||
# channels
|
||||
for c in g['data']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue