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 = {
|
_required_fields = {
|
||||||
_M_SEARCH: [
|
_M_SEARCH: [
|
||||||
'host',
|
'host',
|
||||||
'st',
|
|
||||||
'man',
|
'man',
|
||||||
|
'st',
|
||||||
'mx',
|
'mx',
|
||||||
],
|
],
|
||||||
_NOTIFY: [
|
_NOTIFY: [
|
||||||
|
|
Loading…
Reference in a new issue