This commit is contained in:
Christian Stade-Schuldt 2015-06-05 09:26:47 +02:00
parent 6212d4fa0c
commit ab1879d616
1 changed files with 1 additions and 1 deletions

View File

@ -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():