oopse, massive add instead replace

This commit is contained in:
localhost_frssoft 2024-07-25 23:02:01 +03:00
parent 395800f280
commit 309e36db43

View File

@ -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: