From 0b1494c064ef9669e6d32b0ce252da2746a92c40 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Sun, 27 Mar 2022 21:00:10 +0400 Subject: [PATCH] Clean up code --- pomice/spotify/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/spotify/client.py b/pomice/spotify/client.py index 1baf87c..518fcf9 100644 --- a/pomice/spotify/client.py +++ b/pomice/spotify/client.py @@ -100,7 +100,7 @@ class Client: processes = [_fetch_async(url, count) - for url, count in enumerate(urls[:9] if not full else urls, start=1)] + for url, count in enumerate(urls[:9] if not full else urls, start=1)] try: await asyncio.gather(*processes)