1
0

ask users to enter their seed on create

This commit is contained in:
thomasv
2013-04-09 18:08:14 +02:00
parent bc4671ac34
commit 98f7d36313
7 changed files with 102 additions and 67 deletions

View File

@@ -382,7 +382,7 @@ class Interface(threading.Thread):
def __init__(self, config=None, loop=False):
self.server = None
self.server = random.choice(DEFAULT_SERVERS[:])
self.proxy = None
if config is None: