Fix implicit constructor for IGDClient

This commit is contained in:
Oleksii Shevchuk 2017-03-11 22:33:56 +02:00
parent 5b1637adc3
commit bc4f509dcd
1 changed files with 2 additions and 2 deletions

View File

@ -90,13 +90,13 @@ class IGDClient:
def __init__(
self,
available=True,
bindIP='0.0.0.0',
ctrlURL=None,
service="WANIPC",
edebug=False,
pprint=False,
timeout=2.0):
timeout=2.0,
available=True):
"""
- intIP is the source address of the request packet, which implies the source interface
- ctrlURL is the the control URL of IGD server, client will do discovery if it is None