mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
cleanup
This commit is contained in:
parent
6212d4fa0c
commit
ab1879d616
@ -42,7 +42,7 @@ def get_uptime():
|
||||
if m.group(1) == "uptime_minutes":
|
||||
hours += int(m.group(2)) / 60.0
|
||||
uptime = hours / 24
|
||||
print "uptime.value %.2f" % (uptime)
|
||||
print "uptime.value %.2f" % uptime
|
||||
|
||||
|
||||
def print_config():
|
||||
|
Loading…
Reference in New Issue
Block a user