Fix documentation

This commit is contained in:
Pascal Vizeli 2018-11-19 22:37:46 +01:00 committed by GitHub
parent f33434fb01
commit 62f675e613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@ _LOGGER = logging.getLogger(__name__)
def rating_security(addon):
"""Return 1-5 for security rating.
"""Return 1-6 for security rating.
1 = not secure
5 = high secure
6 = high secure
"""
rating = 5