small fix
This commit is contained in:
parent
30ad3d40d0
commit
81f1916193
2
time.py
2
time.py
|
|
@ -16,7 +16,7 @@ def parseDays(inp):
|
||||||
hours = tmpmin[0].strip()
|
hours = tmpmin[0].strip()
|
||||||
minutes = tmpmin[1].strip()
|
minutes = tmpmin[1].strip()
|
||||||
tmpday = tmp2[0].split(' ')
|
tmpday = tmp2[0].split(' ')
|
||||||
days = tmpday[2].strip()
|
days = tmpday[3].strip()
|
||||||
return (days,hours,minutes)
|
return (days,hours,minutes)
|
||||||
|
|
||||||
def parseNoDays(inp):
|
def parseNoDays(inp):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue