diff options
-rw-r--r-- | textw/network_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/network_text.py b/textw/network_text.py index 7307a472c..38661338a 100644 --- a/textw/network_text.py +++ b/textw/network_text.py @@ -174,7 +174,7 @@ class NetworkWindow: return INSTALL_BACK return INSTALL_OK - def __call__(self, screen, network, dispatch): + def __call__(self, screen, network, dispatch, intf): devices = network.available () if not devices: |