handle filenotfound in created_date

+ move store loaders up in populate.py
This commit is contained in:
mungai-njoroge
2023-12-13 23:15:25 +03:00
parent c451c0e329
commit 300c614a2f
7 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class LyricsProvider(LRCProvider):
try:
response = self.session.get(url, params=query, timeout=10)
except requests.exceptions.ConnectionError:
except:
return None
if response is not None and response.ok: