Convert CPU max temp to int
This commit is contained in:
parent
c1f2f0b6d8
commit
e9c0855f65
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class osTicket(): # pylint: disable=invalid-name
|
|||
return
|
||||
|
||||
# Update temp
|
||||
self._set_flag(FLAG_MAX_TEMP, temp)
|
||||
self._set_flag(FLAG_MAX_TEMP, int(temp))
|
||||
|
||||
# Done
|
||||
self._disconnect()
|
||||
|
|
|
|||
Loading…
Reference in a new issue