mirror of
https://github.com/Xevion/spotify-explicit.git
synced 2025-12-06 01:16:25 -06:00
refactoring for pull/processing abstraction
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import json
|
||||
|
||||
def main():
|
||||
saved_response = json.load(open('saved_tracks.json', 'r'))
|
||||
for track in saved_response['items']:
|
||||
print('{} by {}'.format(
|
||||
|
||||
Reference in New Issue
Block a user