This commit is contained in:
AZ Huang 2014-08-15 22:38:38 +08:00
parent e2a635b4a8
commit 033b8b8825
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class SyncBot(Tox):
def connect(self):
print('connecting...')
self.bootstrap_from_address(SERVER[0], 1, SERVER[1], SERVER[2])
self.bootstrap_from_address(SERVER[0], SERVER[1], SERVER[2])
def ensure_exe(self, func, args):
count = 0