mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-15 14:46:37 +00:00
Fix reference to new location.
This commit is contained in:
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"?")
|
||||
|
Loading…
x
Reference in New Issue
Block a user