This commit is contained in:
Андрей Владимирович 2016-02-20 00:24:47 +03:00
parent 4e90109e54
commit 8b6e411b7c
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""