auth shit and vaultpass XSD modifications

This commit is contained in:
2020-03-27 14:43:43 -04:00
parent d551aeab24
commit f4253736ba
5 changed files with 180 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ from lxml import etree
# TODO: change filehandler of logger? https://stackoverflow.com/a/47447444
_logger = logging.getLogger('config:{0}'.format(__name__))
_logger = logging.getLogger()
class Config(object):