[bug] Code issue when writing traffic rx/tx
Closed this issue · 0 comments
cbeaujoin-stellar commented
It should be:
if (
ifstats.get('rx_bytes') is not None
and ifstats.get('tx_bytes') is not None
):