File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 121
121
]
122
122
123
123
#: version number
124
- __version__ = '1.3.5.post6 '
124
+ __version__ = '1.3.5.post7 '
Original file line number Diff line number Diff line change @@ -12479,7 +12479,7 @@ def __hash__(self) -> 'int':
12479
12479
12480
12480
#: - [TCP] Net Assistant
12481
12481
#: - [UDP] Net Assistant
12482
- apple_remote_desktop : 'AppType' = 3283, 'apple remote desktop ( net assistant) ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
12482
+ net_assistant : 'AppType' = 3283, 'net- assistant', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
12483
12483
12484
12484
#: - [TCP] 4Talk
12485
12485
#: - [UDP] 4Talk
@@ -14060,7 +14060,7 @@ def __hash__(self) -> 'int':
14060
14060
14061
14061
#: - [TCP] Newton Dock
14062
14062
#: - [UDP] Newton Dock
14063
- escale : 'AppType' = 3679, 'escale ( newton dock) ', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
14063
+ newton_dock : 'AppType' = 3679, 'newton- dock', TransportProtocol.get('tcp') | TransportProtocol.get('udp')
14064
14064
14065
14065
#: - [TCP] NPDS Tracker
14066
14066
#: - [UDP] NPDS Tracker
You can’t perform that action at this time.
0 commit comments