We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8042f1 commit 429eff9Copy full SHA for 429eff9
1 file changed
pykeepass/pykeepass.py
@@ -24,6 +24,7 @@
24
from pykeepass.kdbx_parsing.kdbx4 import kdf_uuids
25
from pykeepass.xpath import attachment_xp, entry_xp, group_xp, path_xp
26
27
+logging.basicConfig()
28
logger = logging.getLogger(__name__)
29
30
# FIXME python2
0 commit comments