diff --git a/README.md b/README.md index f7ba351..48121a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A tiny, ready to deploy, simple fax and SMS receive server running on the Telynx This is built around my use case and homelab but is versatile to be deployed as-is for yours or be used in something more complex. * **Fax Inbound and Outbound w/ Confirmations** * **IP Whitelist with Telnyx IP Ranges by Default** -* [**Docker Image**](https://github.com/msmhome/miniFaxServer/pkgs/container/minifaxserver/252967649?tag=main) **with Cloudflare Tunnels Built In** +* [**Docker Image**](https://github.com/msmhome/miniFaxServer/pkgs/container/minifaxserver/253626966?tag=main) **with Cloudflare Tunnels Built In** * **Lightweight, Simple, No Web UI** * **HTTPS Support** * **PDF Faxes, TXT SMS Files** diff --git a/server.py b/server.py index f253027..9b1a44c 100644 --- a/server.py +++ b/server.py @@ -149,9 +149,7 @@ async def handle_sms(data: SmsData): async def inbound_message(request: Request): try: body = await request.json() - # fax_id = body["payload"]["fax_id"] fax_id = body["data"]["payload"]["fax_id"] - # event_type = body.get("event_type") event_type = body["data"]["event_type"] direction = body["data"]["payload"]["direction"]