From a979c67ca528dc3e79e7ff86f5cbacbe1e02125c Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 10 Oct 2018 19:40:01 -0400 Subject: [PATCH] swap mx and man by default --- aioupnp/serialization/ssdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioupnp/serialization/ssdp.py b/aioupnp/serialization/ssdp.py index 62d1ae6..b9bfc25 100644 --- a/aioupnp/serialization/ssdp.py +++ b/aioupnp/serialization/ssdp.py @@ -53,8 +53,8 @@ class SSDPDatagram(object): _required_fields = { _M_SEARCH: [ 'host', - 'st', 'man', + 'st', 'mx', ], _NOTIFY: [