fix keyerror
This commit is contained in:
parent
acf71bfa3e
commit
d94a9621b8
|
@ -76,7 +76,7 @@ def main():
|
|||
'rate_out': 0,
|
||||
'cumulative_in': 0,
|
||||
'cumulative_out': 0,
|
||||
'details': 0
|
||||
'connections': 0
|
||||
}
|
||||
else:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue