fix room router creation
This commit is contained in:
parent
07f15aa6ce
commit
90a2b2b3ae
2 changed files with 7 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue