Add allRelaysActive output to network info

This commit is contained in:
2022-08-14 10:58:28 +01:00
parent feecf48b9b
commit 39059084ef
3 changed files with 14 additions and 1 deletions

View File

@@ -489,7 +489,7 @@ class IRCBot(IRCClient):
if first_relay:
if first_relay.wantList is True:
first_relay.list(nocheck=True)
debug("recheckList() asking for a list for {self.net} after final relay {self.num} connected")
debug(f"recheckList() asking for a list for {self.net} after final relay {self.num} connected")
else:
debug(f"recheckList() first relay wantList is False for {self.net} ({first_relay.num})")
# name = self.net + "1"