Update hotspot_proxy_v2.py

missing line
This commit is contained in:
Roby
2021-01-22 22:16:16 +01:00
committed by GitHub
parent 3a142c2794
commit f2f9392a18
+1
View File
@@ -31,6 +31,7 @@ class Proxy(DatagramProtocol):
# HomeBrew Protocol Commands
DMRD = b'DMRD'
DMRA = b'DMRA'
MSTCL = b'MSTCL'
MSTNAK = b'MSTNAK'
MSTPONG = b'MSTPONG'