Fix minor bugs

This commit is contained in:
Logykk 2021-10-23 21:32:15 +13:00 committed by GitHub
parent bb7a2786af
commit 3e5bf956d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import json
import os
import os.path
import platform
import posixpath
import re
import sys
import time
@ -348,7 +347,7 @@ def search(search_term):
headers={"Authorization": "Bearer %s" % token},
)
print(resp.json())
# print(resp.json())
i = 1
tracks = resp.json()["tracks"]["items"]