Update acme/acme/mixins.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-03-12 21:40:07 +01:00 committed by GitHub
parent 9d4425dc71
commit 0f351d3637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
class VersionedLEACMEMixin(object):
"""This mixin allows to store the current ACME version as a property"""
"""This mixin stores the version of Let's Encrypt's endpoint being used."""
@property
def le_acme_version(self):
"""Define the version of ACME protocol to use"""