commit b6d84d3546e2dacc7547d7ccdc0237ae5ceefdee Author: Isis Lovecruft isis@torproject.org Date: Thu Dec 11 03:55:56 2014 +0000
Fix another typoed name of a Stem descriptor attribute. --- lib/bridgedb/bridges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py index ec5aefe..2e64fdf 100644 --- a/lib/bridgedb/bridges.py +++ b/lib/bridgedb/bridges.py @@ -1253,7 +1253,7 @@ class Bridge(BridgeBackwardsCompatibility): self.os = descriptor.operating_system self.uptime = descriptor.uptime
- self.extrainfoDigest = descriptor.extrainfoDigest + self.extrainfoDigest = descriptor.extra_info_digest
def _verifyExtraInfoSignature(self, descriptor): """Verify the signature on the contents of this :class:`Bridge`'s
tor-commits@lists.torproject.org