mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 00:05:18 +00:00
fix
This commit is contained in:
@@ -313,7 +313,7 @@ class NostrRelayDiscovery:
|
|||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
logger.info("Existing relays found, building on the previous results")
|
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)
|
self.to_visit_set.update(existing_relays)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user