scripts/calcglobalstats: Fix import of deleted function

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-12-01 12:19:16 +01:00
parent dc7ee80770
commit e65ae22d0b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from ffmap.routertools import *
from ffmap.maptools import *
from ffmap.mysqltools import FreifunkMySQL
from ffmap.stattools import record_global_stats, record_hood_stats, record_gw_stats
from ffmap.hoodtools import update_hoods_v2, update_hoods_v1
from ffmap.hoodtools import update_hoods_v2
import time
start_time = time.time()