main.py update
This commit is contained in:
parent
296957ed5e
commit
565d800a6e
4 changed files with 30 additions and 5 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 int(self.libtoxcore.tox_iteration_interval(self._tox_pointer))
|
||||
|
||||
def iterate(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue