From 7cfa006170cc8e7a9d85144d00c869608e9041dd Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 21 May 2021 03:46:00 +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 4f3d3d0..7821be4 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: