ajenti / ajenti

Abstract method not overridden PYL-W0223
Bug risk
Major
6 months ago4 years old
Method 'save' is abstract in class 'BaseConfig' but is not overridden
162                ).decode('utf-8')
163            )
164
165class TFAConfig(BaseConfig):166    """
167    Class to handle the TFA yaml file which contains secrets for e.g. TOTP
168    Config file is located at /etc/ajenti/tfa.yml and should have the following