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.
2 parents 872ee46 + 3606e93 commit d4b6113Copy full SHA for d4b6113
listenbrainz/webserver/views/index.py
@@ -107,7 +107,7 @@ def current_status():
107
day = datetime.today() - relativedelta(days=delta)
108
try:
109
day_listen_count = _redis.get_listen_count_for_day(day)
110
- except:
+ except Exception:
111
current_app.logger.error("Could not get %s listen count from redis", day.strftime('%Y-%m-%d'), exc_info=True)
112
day_listen_count = None
113
listen_counts_per_day.append({
0 commit comments