Update atlas_builder.py
This commit is contained in:
parent
2ad020b018
commit
ffb35f3121
@ -56,7 +56,7 @@ class AtlasBuilder:
|
|||||||
self.all_waypoints(data)
|
self.all_waypoints(data)
|
||||||
self.store.flush()
|
self.store.flush()
|
||||||
|
|
||||||
for p in range(start_page+1, pages):
|
for p in range(start_page+1, pages+1):
|
||||||
if self.stop_auto:
|
if self.stop_auto:
|
||||||
break
|
break
|
||||||
data = self.api.list_systems(p)
|
data = self.api.list_systems(p)
|
||||||
|
Loading…
Reference in New Issue
Block a user