Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Jul 4, 2023
1 parent eab9e05 commit e3aa746
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ You can also use the scraper directly in Python, as:
```python
import audioscrape

audioscrape.download(query="Cerulean Crayons",
include=["guitar"],
exclude=["remix"],
quiet=True)
audioscrape.download(
query="Cerulean Crayons",
include=["guitar"],
exclude=["remix"],
quiet=True,
)
```

## Develop
Expand Down

0 comments on commit e3aa746

Please sign in to comment.