pep8
This commit is contained in:
parent
6f0b3a29e0
commit
c6a0a49100
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class LidarrAPI(object):
|
||||||
percent_of_tracks = album.statistics.get('percentOfTracks', 0)
|
percent_of_tracks = album.statistics.get('percentOfTracks', 0)
|
||||||
if percent_of_tracks != 100:
|
if percent_of_tracks != 100:
|
||||||
influx_albums.append(
|
influx_albums.append(
|
||||||
(album.title, album.releaseDate, album.artist['artistName'], album.id,percent_of_tracks,
|
(album.title, album.releaseDate, album.artist['artistName'], album.id, percent_of_tracks,
|
||||||
f"{album.statistics.get('trackFileCount', 0)}/{album.statistics.get('trackCount', 0)}")
|
f"{album.statistics.get('trackFileCount', 0)}/{album.statistics.get('trackCount', 0)}")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue