[tor-commits] [depictor/master] Tweak how Unmeasured is printed in the detail table

tom at torproject.org tom at torproject.org
Sat Jan 6 05:52:08 UTC 2018


commit 9da878582bb5fa865ea8e77a5534d44eee1f7b5d
Author: Tom Ritter <tom at ritter.vg>
Date:   Fri Jan 5 23:38:04 2018 -0600

    Tweak how Unmeasured is printed in the detail table
---
 website.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/website.py b/website.py
index ce2fe60..6a75dc2 100755
--- a/website.py
+++ b/website.py
@@ -1431,9 +1431,8 @@ class WebsiteWriter:
 				self.site.write("bw=" + str(self.consensus.routers[relay_fp].bandwidth))
 				flagsWritten += 1
 				if self.consensus.routers[relay_fp].is_unmeasured:
-					assigning_bwauths = self.__find_assigning_bwauth_for_bw_value(relay_fp)
 					self.site.write(" <br />" if flagsWritten > 0 else "")
-					self.site.write("unmeasured=1")
+					self.site.write("Unmeasured")
 					flagsWritten += 1
 				else:
 					assigning_bwauths = self.__find_assigning_bwauth_for_bw_value(relay_fp)





More information about the tor-commits mailing list