From bc4f509dcd5cf1927f69bc83dbffae3042cf3e94 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Sat, 11 Mar 2017 22:33:56 +0200 Subject: [PATCH] Fix implicit constructor for IGDClient --- pupy/network/lib/igd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pupy/network/lib/igd.py b/pupy/network/lib/igd.py index 08e168bc..3884bbe9 100644 --- a/pupy/network/lib/igd.py +++ b/pupy/network/lib/igd.py @@ -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