packets in quotes

ta
Simon 4 years ago
parent 9703e16292
commit ed59b1f71f

@ -1499,7 +1499,7 @@ class routerOBP(OPENBRIDGE):
} }
self.STATUS[_stream_id]['LAST'] = pkt_time self.STATUS[_stream_id]['LAST'] = pkt_time
self.STATUS[_stream_id][packets] = self.STATUS[_stream_id][packets] + 1 self.STATUS[_stream_id]['packets'] = self.STATUS[_stream_id]['packets'] + 1
hr_times = {} hr_times = {}
for system in systems: for system in systems:

Loading…
Cancel
Save

Powered by TurnKey Linux.