mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-16 16:07:30 +00:00
miniupnpcmodule.c: fix typo
This commit is contained in:
parent
54d25615e8
commit
0e9d26f163
@ -58,7 +58,7 @@ static PyMemberDef UPnP_members[] = {
|
||||
{"lanaddr", T_STRING_INPLACE, offsetof(UPnPObject, lanaddr),
|
||||
READONLY, "ip address on the LAN"
|
||||
},
|
||||
{"wanaddr", T_STRING_INPLACE, offsetof(UPnPObject, lanaddr),
|
||||
{"wanaddr", T_STRING_INPLACE, offsetof(UPnPObject, wanaddr),
|
||||
READONLY, "public ip address on the WAN"
|
||||
},
|
||||
{"discoverdelay", T_UINT, offsetof(UPnPObject, discoverdelay),
|
||||
|
Loading…
x
Reference in New Issue
Block a user