Skip to content

Commit

Permalink
Fix kwarg key
Browse files Browse the repository at this point in the history
  • Loading branch information
devdupont committed Jul 5, 2024
1 parent 28199cb commit 2e69032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avwx_api/handle/notam.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def async_parse(
if isinstance(reports, str):
reports = [reports]
reports = [{"icaoMessage": r} for r in reports]
return await self._update(reports, issued, disable_port=False)
return await self._update(reports, issued, disable_post=False)


class NotamHandler(ListedReportHandler):
Expand Down

0 comments on commit 2e69032

Please sign in to comment.