From 52c816cb27b88ccc6f2a1f00833c35cb74a9e240 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 20 Nov 2024 20:18:17 +0100 Subject: [PATCH] Cleanup --- RNS/Interfaces/AutoInterface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index 46eb683..788345c 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -87,7 +87,6 @@ class AutoInterface(Interface): return socket.if_nametoindex(ifname) - # def __init__(self, owner, name, group_id=None, discovery_scope=None, discovery_port=None, multicast_address_type=None, data_port=None, allowed_interfaces=None, ignored_interfaces=None, configured_bitrate=None): def __init__(self, owner, configuration): c = configuration name = c["name"]