Fix reference to new location.

This commit is contained in:
Itamar Turner-Trauring 2021-04-02 12:48:50 -04:00
parent fd1860705e
commit 939f1f840b

@ -226,7 +226,7 @@ class IntroducerService(service.MultiService, Referenceable):
# tubid will be None. Also, subscribers do not tell us which
# pubkey they use; only publishers do that.
tubid = rref.getRemoteTubID() or "?"
remote_address = rrefutil.stringify_remote_address(rref)
remote_address = stringify_remote_address(rref)
# these three assume subscriber_info["version"]==0, but
# should tolerate other versions
nickname = subscriber_info.get("nickname", u"?")