swap mx and man by default
This commit is contained in:
parent
0956d6a71e
commit
a979c67ca5
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@ class SSDPDatagram(object):
|
|||
_required_fields = {
|
||||
_M_SEARCH: [
|
||||
'host',
|
||||
'st',
|
||||
'man',
|
||||
'st',
|
||||
'mx',
|
||||
],
|
||||
_NOTIFY: [
|
||||
|
|
Loading…
Reference in a new issue