mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 22:45:18 +00:00
fix
This commit is contained in:
@@ -313,7 +313,7 @@ class NostrRelayDiscovery:
|
||||
return False
|
||||
else:
|
||||
logger.info("Existing relays found, building on the previous results")
|
||||
self.to_visit.append((existing_relays, 0))
|
||||
self.to_visit.extend([(existing_relay, 0) for existing_relay in existing_relays])
|
||||
self.to_visit_set.update(existing_relays)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user