reset peer list before update

This commit is contained in:
ThomasV 2011-12-03 13:50:49 +03:00
parent 8e817a9562
commit af5395f703
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ def irc_thread():
elif time.time() - t > 5*60:
s.send('NAMES #electrum\n')
t = time.time()
peer_list = {}
except:
traceback.print_exc(file=sys.stdout)
finally: