[doctor/master] Drop hack for turtles

commit 44c3457d51e923131bac503c64b8334cd0b5804f Author: Damian Johnson <atagar@torproject.org> Date: Wed Aug 19 09:02:10 2015 -0700 Drop hack for turtles Oops, missed one of the hacks we had to exclude turtles. It was replaced a long while ago. --- descriptor_checker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/descriptor_checker.py b/descriptor_checker.py index 309379e..6b28d95 100755 --- a/descriptor_checker.py +++ b/descriptor_checker.py @@ -65,11 +65,6 @@ def main(): if authority.v3ident is None: continue - # skip turtles, it's unmaintained - - if authority.nickname == 'turtles': - continue - log.debug("Downloading the consensus from %s..." % authority.nickname) query = stem.descriptor.remote.Query(
participants (1)
-
atagar@torproject.org