Code cleanup

This commit is contained in:
Luca Deri 2016-08-10 15:53:39 +02:00
parent 9d9b79c1b6
commit a3d36634e3
53 changed files with 75 additions and 321 deletions

View file

@ -12,7 +12,7 @@ sendHTTPHeader('text/html; charset=iso-8859-1')
ifid = _GET["id"]
interface.select(ifid)
ifstats = aggregateInterfaceStats(interface.getStats())
ifstats = interface.getStats()
print('[')