Fixed a typo
This commit is contained in:
parent
3e30400b63
commit
6d430930a3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function date_format(secs)
|
||||||
end
|
end
|
||||||
|
|
||||||
if hour > 24 then
|
if hour > 24 then
|
||||||
days = math.floor(hours / 24)
|
days = math.floor(hour / 24)
|
||||||
hour = hour % 24
|
hour = hour % 24
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue