Skip to content

Commit

Permalink
Merge pull request #2090 from croneter/python3-beta
Browse files Browse the repository at this point in the history
Bump python3 stable
  • Loading branch information
croneter authored Jun 8, 2024
2 parents 09170a7 + b6520a3 commit e3256d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/artwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def cache_url(url, should_suspend=None):
sleeptime += 1
continue
except Exception as err:
LOG.error('Unknown exception for url %s: %s'.
LOG.error('Unknown exception for url %s: %s',
double_urldecode(url), err)
import traceback
LOG.error("Traceback:\n%s", traceback.format_exc())
Expand Down

0 comments on commit e3256d1

Please sign in to comment.