reformatted code using black

This commit is contained in:
tomaae 2020-03-16 18:35:51 +01:00
parent 3cf637d1ba
commit bd82612cb8
2 changed files with 90 additions and 65 deletions

View file

@ -272,7 +272,6 @@ class MikrotikControllerData:
traffic_type = "bps"
traffic_div = 1
for uid in self.data["interface"]:
self.data["interface"][uid]["rx-bits-per-second-attr"] = traffic_type
self.data["interface"][uid]["tx-bits-per-second-attr"] = traffic_type