Update atlas_builder.py

This commit is contained in:
Richard Bronkhorst 2023-06-12 18:37:35 +02:00
parent 2ad020b018
commit ffb35f3121

View File

@ -56,7 +56,7 @@ class AtlasBuilder:
self.all_waypoints(data)
self.store.flush()
for p in range(start_page+1, pages):
for p in range(start_page+1, pages+1):
if self.stop_auto:
break
data = self.api.list_systems(p)