upd tox
This commit is contained in:
parent
4e90109e54
commit
8b6e411b7c
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Tox(object):
|
|||
Return the time in milliseconds before tox_iterate() should be called again for optimal performance.
|
||||
:return: time in milliseconds
|
||||
"""
|
||||
return int(self.libtoxcore.tox_iteration_interval(self._tox_pointer).value)
|
||||
return self.libtoxcore.tox_iteration_interval(self._tox_pointer)
|
||||
|
||||
def iterate(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue