mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 04:18:23 +00:00
reformatting/whitespace
This commit is contained in:
parent
ee3e1cbcf2
commit
3f1a8d64d8
@ -35,12 +35,13 @@ class IntroducerClient(service.Service, Referenceable):
|
|||||||
self._sequencer = sequencer
|
self._sequencer = sequencer
|
||||||
self._cache_filepath = cache_filepath
|
self._cache_filepath = cache_filepath
|
||||||
|
|
||||||
self._my_subscriber_info = { "version": 0,
|
self._my_subscriber_info = {
|
||||||
"nickname": self._nickname,
|
"version": 0,
|
||||||
"app-versions": self._app_versions,
|
"nickname": self._nickname,
|
||||||
"my-version": self._my_version,
|
"app-versions": self._app_versions,
|
||||||
"oldest-supported": self._oldest_supported,
|
"my-version": self._my_version,
|
||||||
}
|
"oldest-supported": self._oldest_supported,
|
||||||
|
}
|
||||||
|
|
||||||
self._outbound_announcements = {} # not signed
|
self._outbound_announcements = {} # not signed
|
||||||
self._published_announcements = {} # signed
|
self._published_announcements = {} # signed
|
||||||
|
Loading…
Reference in New Issue
Block a user