Restyled by autopep8

This commit is contained in:
Restyled.io 2021-05-21 03:40:14 +00:00
parent 2edb6d86b5
commit 2f6a6edca1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def client():
"q": cmd[2:],
"type": "track"
},
headers={"Authorization": "Bearer %s" % token})
headers={"Authorization": "Bearer %s" % token})
i = 1
tracks = resp.json()["tracks"]["items"]
for track in tracks: