Restyled by autopep8

This commit is contained in:
Restyled.io
2021-05-21 03:39:59 +00:00
parent fc57a76aa0
commit 1e0e47cced
2 changed files with 6 additions and 6 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: