mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 19:26:25 +00:00
Fix bad merge.
This commit is contained in:
parent
27102c0d89
commit
587222033d
@ -40,6 +40,7 @@ class IntroducerClient(service.Service, Referenceable):
|
|||||||
|
|
||||||
self._my_subscriber_info = { b"version": 0,
|
self._my_subscriber_info = { b"version": 0,
|
||||||
b"nickname": self._nickname,
|
b"nickname": self._nickname,
|
||||||
|
b"app-versions": [],
|
||||||
b"my-version": self._my_version,
|
b"my-version": self._my_version,
|
||||||
b"oldest-supported": self._oldest_supported,
|
b"oldest-supported": self._oldest_supported,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user