From 530a6fc612cda89fa45c928ed26a244cc91e79a6 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 1 Aug 2013 15:21:35 -0500 Subject: [PATCH] Comments Added --- ipsc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipsc.py b/ipsc.py index 7ebfe26..8f19b21 100644 --- a/ipsc.py +++ b/ipsc.py @@ -118,7 +118,8 @@ def process_peer_list(_data, _network): # NEXT TO-DO ITEM: # if not in the current list, add it... # if in the current list, but not in what we received, remove it... - +# then take out the he ugliness that is below here (and up above where it deletes the whol list) + NETWORK[_network]['PEERS'].append({ 'RADIO_ID': hex_radio_id, 'IP': socket.inet_ntoa(hex_address),