From 2f6a6edca1b483612ff9e4e7109fed2ee757fa9e Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 21 May 2021 03:40:14 +0000 Subject: [PATCH] Restyled by autopep8 --- examples/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/player.py b/examples/player.py index 67036c7..d5d2961 100644 --- a/examples/player.py +++ b/examples/player.py @@ -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: