Implement logging

This commit is contained in:
BasioMeusPuga
2019-01-19 20:31:19 +05:30
parent 506c458544
commit a45e183914
10 changed files with 51 additions and 66 deletions

View File

@@ -50,7 +50,7 @@ class Library:
'LIKE')
if not books:
logger.error('Database returned nothing')
logger.warning('Database returned nothing')
return
elif mode == 'addition':