diff options
| author | Tom Ritter <tom@ritter.vg> | 2018-01-06 00:07:31 -0600 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2018-01-06 00:07:31 -0600 |
| commit | 4d0e8a74c88b9c43eed0d12e79b1c3ffcf3d6faf (patch) | |
| tree | 5a6f47854f79f6d9515a165e40998746844fac9c | |
| parent | 851852f884f4637b0d59a6b37135bd2677689334 (diff) | |
Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= '
| -rwxr-xr-x | website.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1446,7 +1446,7 @@ class WebsiteWriter: if not 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("bwauth=" + ",".join(assigning_bwauths)) + self.site.write("bwauth=" + ",".join(assigning_bwauths) + " ") flagsWritten += 1 self.site.write("</td>\n") |
