fix room router creation

This commit is contained in:
Laura Klünder 2016-12-14 10:47:47 +01:00
parent 07f15aa6ce
commit 90a2b2b3ae
2 changed files with 7 additions and 5 deletions

View file

@ -16,4 +16,3 @@ class Command(BaseCommand):
start = time.time()
graph.build_router()
print('Routers built in %.4fs' % (time.time() - start))
print('%s transfer points' % len(graph.transfer_points))