mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[fix] issues reported by pylint 3.1.0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
3bea2e7e3a
commit
50d5a9ff60
@@ -111,8 +111,7 @@ class Network:
|
||||
return
|
||||
if isinstance(local_addresses, str):
|
||||
local_addresses = [local_addresses]
|
||||
for address in local_addresses:
|
||||
yield address
|
||||
yield from local_addresses
|
||||
|
||||
def get_ipaddress_cycle(self):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user