Geomap lua fixes

Addresses #3693
This commit is contained in:
Simone Mainardi 2020-06-15 14:10:00 +02:00
parent 35caecdaea
commit 67e8a415cc
2 changed files with 32 additions and 41 deletions

View file

@ -34,7 +34,6 @@ local total = 0
if not flows_to_update then
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter)
total = flows_stats["numFlows"]
flows_stats = flows_stats["flows"]
else