diff options
| -rwxr-xr-x | consensus_health_checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index bfde43a..14d7e38 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -19,10 +19,10 @@ import stem.util.conf import stem.util.enum from stem import Flag -from stem.descriptor.remote import DIRECTORY_AUTHORITIES Runlevel = stem.util.enum.UppercaseEnum("NOTICE", "WARNING", "ERROR") +DIRECTORY_AUTHORITIES = stem.descriptor.remote.get_authorities() EMAIL_SUBJECT = 'Consensus issues' CONFIG = stem.util.conf.config_dict("consensus_health", { |
