mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-18 21:23:01 +00:00
oopse, massive add instead replace
This commit is contained in:
parent
395800f280
commit
309e36db43
@ -112,7 +112,7 @@ with concurrent.futures.ThreadPoolExecutor(max_workers=50) as executor:
|
|||||||
filtred_tracks = filter_tracks(tracks['results'])
|
filtred_tracks = filter_tracks(tracks['results'])
|
||||||
after_filter = before_filter - len(filtred_tracks)
|
after_filter = before_filter - len(filtred_tracks)
|
||||||
print(f'{after_filter} tracks filtred on {instance}')
|
print(f'{after_filter} tracks filtred on {instance}')
|
||||||
tracks_stor = filtred_tracks
|
tracks_stor += filtred_tracks
|
||||||
except Exception as E:
|
except Exception as E:
|
||||||
print(E)
|
print(E)
|
||||||
for track in tracks_stor:
|
for track in tracks_stor:
|
||||||
|
Loading…
Reference in New Issue
Block a user