🐛 | Fix SonarQube dead code and improve coverage
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m43s
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m43s
This commit is contained in:
2
gui.py
2
gui.py
@@ -168,7 +168,7 @@ def _load_thumbnail(video_id: str, thumb_url: str,
|
||||
nam = _get_thumbnail_nam()
|
||||
reply = nam.get(QNetworkRequest(QUrl(thumb_url)))
|
||||
|
||||
def _on_downloaded(reply=reply, nam=nam, cache_path=cache_path,
|
||||
def _on_downloaded(reply=reply, cache_path=cache_path,
|
||||
art_label=art_label, size=size,
|
||||
style_pass=style_pass, style_fail=style_fail,
|
||||
video_id=video_id):
|
||||
|
||||
Reference in New Issue
Block a user