Implement logging
This commit is contained in:
@@ -50,7 +50,7 @@ class Library:
|
||||
'LIKE')
|
||||
|
||||
if not books:
|
||||
logger.error('Database returned nothing')
|
||||
logger.warning('Database returned nothing')
|
||||
return
|
||||
|
||||
elif mode == 'addition':
|
||||
|
Reference in New Issue
Block a user