first commit

This commit is contained in:
ingvar1995 2016-06-21 14:58:11 +03:00
parent 3936f652e9
commit dd53c6a842
21 changed files with 116 additions and 114 deletions

View file

@ -283,7 +283,7 @@ class Toxygen(object):
self.tox.bootstrap(*data)
except:
pass
for _ in xrange(10):
for _ in range(10):
if self.stop:
return
self.msleep(1000)