No real change

This commit is contained in:
Cort Buffington 2013-12-11 14:50:03 -06:00
parent 5b35993159
commit 44b3e37142
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ def print_peer_list(_network):
me = '(self)'
else:
me = ''
print('\tRADIO ID: {} {}' .format(int(h(peer), 16), me))
print('\t\tIP Address: {}:{}' .format(_this_peer['IP'], _this_peer['PORT']))
print('\t\tOperational: {}, Mode: {}, TS1 Link: {}, TS2 Link: {}' .format(_this_peer['PEER_OPER'], _this_peer['PEER_MODE'], _this_peer['TS1_LINK'], _this_peer['TS2_LINK']))