mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
Finished basic reporter
This commit is contained in:
@@ -353,7 +353,7 @@ class IValidator(zope.interface.Interface):
|
||||
"""Verify HSTS header is enabled."""
|
||||
|
||||
|
||||
class INotify(zope.interface.Interface):
|
||||
class IReporter(zope.interface.Interface):
|
||||
"""Interface to collect and display information to the user."""
|
||||
|
||||
HIGH_PRIORITY = zope.interface.Attribute(
|
||||
|
||||
Reference in New Issue
Block a user