fix typo in copy/paste
This commit is contained in:
parent
5d89070220
commit
933fe233d3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -83,7 +83,7 @@ def uptime_extractor(uptime):
|
|||
day = re.findall("(^|\D)(\d+)d",uptime)[0][1]
|
||||
day = int(day)
|
||||
except:
|
||||
hour = 0
|
||||
day = 0
|
||||
|
||||
# extract hour
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue