Skip to content

Commit

Permalink
corrige caminho do arquivo shapes.geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
borisaraujo committed Feb 15, 2024
1 parent b9a9ac3 commit 2683145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup_periodic_tasks(sender, **kwargs):
# return shapes

def load_shapes():
return gpd.read_file('src/data/shapes.geojson')
return gpd.read_file('data/shapes.geojson')

def create_map(data=None):
df_geo = data
Expand Down

0 comments on commit 2683145

Please sign in to comment.