From 309e36db4358ae18bf3624ef523f03e47153919d Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Thu, 25 Jul 2024 23:02:01 +0300 Subject: [PATCH] oopse, massive add instead replace --- funkwlplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funkwlplay.py b/funkwlplay.py index ba65325..4dd44d9 100755 --- a/funkwlplay.py +++ b/funkwlplay.py @@ -112,7 +112,7 @@ with concurrent.futures.ThreadPoolExecutor(max_workers=50) as executor: filtred_tracks = filter_tracks(tracks['results']) after_filter = before_filter - len(filtred_tracks) print(f'{after_filter} tracks filtred on {instance}') - tracks_stor = filtred_tracks + tracks_stor += filtred_tracks except Exception as E: print(E) for track in tracks_stor: