Remove unnecessary str() call
This commit is contained in:
parent
4845180689
commit
1203be2a44
@ -397,7 +397,7 @@ def version():
|
||||
|
||||
lines += [
|
||||
'',
|
||||
'Uptime: {}'.format(str(_uptime()))
|
||||
'Uptime: {}'.format(_uptime()),
|
||||
]
|
||||
|
||||
return '\n'.join(lines)
|
||||
|
Loading…
Reference in New Issue
Block a user