[depictor/master] Correct a couple typos/comments

commit 0f0dccd2ed5152fd26df3a38d09a04810fd70ae8 Author: Tom Ritter <tom@ritter.vg> Date: Tue Jan 28 14:26:16 2020 +0100 Correct a couple typos/comments --- graphs.py | 2 +- write_website.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs.py b/graphs.py index 5d60074..482fd20 100755 --- a/graphs.py +++ b/graphs.py @@ -2,7 +2,7 @@ # See LICENSE for licensing information """ -processoduces an HTML file for easily viewing voting and consensus differences +Produces an HTML file for easily viewing voting and consensus differences Ported from Java version Doctor """ diff --git a/write_website.py b/write_website.py index 4f6224e..6ca9d3c 100755 --- a/write_website.py +++ b/write_website.py @@ -34,7 +34,7 @@ from graphs import GraphWriter #Also make sure to define the list of bwauths in the consensus.cfg file -#stem.descriptor.remote.DIRECTORY_AUTHORITIES = { +#stem.directory.DIRECTORY_AUTHORITIES = { #'Faravahar': DirectoryAuthority( # nickname = 'Faravahar', # address = '154.35.175.225',
participants (1)
-
tom@torproject.org