master
AZ Huang 10 years ago
parent e2a635b4a8
commit 033b8b8825

@ -92,7 +92,7 @@ class SyncBot(Tox):
def connect(self): def connect(self):
print('connecting...') 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): def ensure_exe(self, func, args):
count = 0 count = 0

Loading…
Cancel
Save