Search Google books for missing covers

Small fixes
This commit is contained in:
BasioMeusPuga
2019-02-05 23:12:22 +05:30
parent 91ca1e2190
commit 1e004774c9
4 changed files with 58 additions and 8 deletions

View File

@@ -27,7 +27,6 @@ try:
multimedia_available = True
except ImportError:
error_string = 'QtMultimedia not found. Sounds will not play.'
print(error_string)
logger.error(error_string)
multimedia_available = False