How to change root_dir in storage argument?
Open
bug
needs reproduce
- Dominant language
- Python
- Stars
- 933
- Forks
- 181
- PR merge metrics
- No merged PRs in 30d
Description
I was try to change the `root_dir` by the following:
`
google_crawler = GoogleImageCrawler(
feeder_threads=1,
parser_threads=1,
downloader_threads=4,
storage=storage)
`
`
google_crawler.set_storage(new_storage)
`
But it doesn't seem to work. Did I do it the wrong way?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.