commit 8c9237a2c15bbd5eada8d3093b317194e8fac581 Author: Mike Perry mikeperry-git@fscked.org Date: Sun Apr 10 23:10:57 2011 -0700
I hate everything.
Why didn't pychecker catch this?? --- entrycons.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/entrycons.py b/entrycons.py index fbbdc3c..c86f38d 100755 --- a/entrycons.py +++ b/entrycons.py @@ -19,7 +19,7 @@ class EntryTracker(TorCtl.ConsensusTracker): if self.consensus_count < DESCRIPTORS_NEEDED*len(self.ns_map): TorUtil.plog("NOTICE", "Insufficient routers to choose new guard. Waiting for more..") - self.need_guads = True + self.need_guards = True else: self.set_entries() self.need_guards = False