Skip to content

Commit

Permalink
fix: remove debug flag from overpass api
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jan 31, 2023
1 parent 0982226 commit b459433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srai/regionizers/administrative_boundary_regionizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
else:
self.toposimplify = False

self.overpass_api = API(debug=True, timeout=60)
self.overpass_api = API(timeout=60)

def transform(self, gdf: gpd.GeoDataFrame) -> gpd.GeoDataFrame:
"""
Expand Down

0 comments on commit b459433

Please sign in to comment.