python module: change UPnP_discover() invocation

fixes #148
This commit is contained in:
Thomas Bernard 2015-08-17 16:22:03 +02:00
parent fd8e8e7593
commit cdb23ff377
1 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@ UPnP_discover(UPnPObject *self)
self->minissdpdsocket,
0/*sameport flag*/,
0/*ip v6*/,
2/* TTL */,
0/*error */);
Py_END_ALLOW_THREADS
/* Py_RETURN_NONE ??? */