Skip to content

Commit

Permalink
Code Refactor ruff check --fix --extend-select I (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
glenn-jocher and UltralyticsAssistant authored Jun 16, 2024
1 parent 841ba50 commit a6f4bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Ultralytics Actions

on:
push:
branches: [main,master]
branches: [main]
pull_request:
branches: [main,master]
branches: [main]

jobs:
format:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Before you begin:

```python
# Replace with your Flickr API key and secret
key = 'YOUR_API_KEY'
secret = 'YOUR_API_SECRET'
key = "YOUR_API_KEY"
secret = "YOUR_API_SECRET"
```

3. Execute the script with your search criteria. Specify the number of images to fetch (`--n`) and use `--download` to save the images locally. Downloaded images are saved to `flickr_scraper/images`. Keep in mind Flickr's rate limits and terms of use. Learn more from the [Flickr API documentation](https://www.flickr.com/services/developer/api/).
Expand Down

0 comments on commit a6f4bc8

Please sign in to comment.