diff --git a/avwx_api/handle/notam.py b/avwx_api/handle/notam.py index 60b869e..eb00982 100644 --- a/avwx_api/handle/notam.py +++ b/avwx_api/handle/notam.py @@ -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):