Skip to content

json: Pretty-print dump (by default); Remove "available_markets" field#38

Open
eacousineau wants to merge 2 commits into
caseychu:masterfrom
eacousineau:feature-minor
Open

json: Pretty-print dump (by default); Remove "available_markets" field#38
eacousineau wants to merge 2 commits into
caseychu:masterfrom
eacousineau:feature-minor

Conversation

@eacousineau

@eacousineau eacousineau commented May 30, 2021

Copy link
Copy Markdown

Otherwise, this makes the file needlessly larger and hard to parse with certain text editors

Different from #33 in that this does it by default

Otherwise, this makes the file needlessly larger
Comment thread spotify-backup.py

def scrub_cruft(obj):
if isinstance(obj, dict):
maybe_delete(obj, "available_markets")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use obj.pop("available_markets", None) here instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants