mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Fix minor bugs
This commit is contained in:
parent
bb7a2786af
commit
3e5bf956d6
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user