main.py update

This commit is contained in:
ingvar1995 2016-02-20 00:10:24 +03:00
parent 296957ed5e
commit 565d800a6e
4 changed files with 30 additions and 5 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 int(self.libtoxcore.tox_iteration_interval(self._tox_pointer))
def iterate(self):
"""