Skip to content

Commit

Permalink
don't send bbox (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored Aug 16, 2023
1 parent 08eeb40 commit c04bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroengine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def _process_alerts(self) -> None:
lat=self.latitude,
lon=self.longitude,
media_id=self._alerts[0]["media_id"],
localization=self._alerts[0]["localization"],
# localization=self._alerts[0]["localization"],
)
.json()["id"]
)
Expand Down

0 comments on commit c04bff3

Please sign in to comment.