Loading consensus_health_checker.py +6 −0 Original line number Diff line number Diff line Loading @@ -50,7 +50,13 @@ downloader = stem.descriptor.remote.DescriptorDownloader( Destination = collections.namedtuple('Destination', ('address', 'bcc')) # Bandwidth authorities have been having issues... # # maatuska: https://trac.torproject.org/projects/tor/ticket/14177 # tor26: dir-auth@ notice 5/20/15 DIRECTORY_AUTHORITIES['maatuska'].is_bandwidth_authority = False DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False class Issue(object): Loading Loading
consensus_health_checker.py +6 −0 Original line number Diff line number Diff line Loading @@ -50,7 +50,13 @@ downloader = stem.descriptor.remote.DescriptorDownloader( Destination = collections.namedtuple('Destination', ('address', 'bcc')) # Bandwidth authorities have been having issues... # # maatuska: https://trac.torproject.org/projects/tor/ticket/14177 # tor26: dir-auth@ notice 5/20/15 DIRECTORY_AUTHORITIES['maatuska'].is_bandwidth_authority = False DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False class Issue(object): Loading