Skip to content

Commit 0f90efc

Browse files
committed
Change upgrading guide
1 parent 29f154e commit 0f90efc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/upgrading/upgrading_to_v1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ service_locator.set_storage_client(MemoryStorageClient()) # Raises an error
215215
## BasicCrawler changes
216216

217217
### Renamed methods for opening storages
218-
`BasicCrawler.get_dataset` -> `BasicCrawler.open_dataset`
219-
`BasicCrawler.get_key_value_store` -> `BasicCrawler.open_key_value_store`
218+
- `BasicCrawler.get_dataset` renamed to `BasicCrawler.open_dataset`
219+
- `BasicCrawler.get_key_value_store` renamed to `BasicCrawler.open_key_value_store`
220220

221221
### Added method for opening RequestQueue that uses configuration and storage client of the crawler
222-
`BasicCrawler.open_request_queue`
222+
- `BasicCrawler.open_request_queue`
223223

224224
### BasicCrawler has its own instance of ServiceLocator to track its own services
225225
Explicitly passed services to the crawler can be different the global ones accessible in `crawlee.service_locator`. `BasicCrawler` no longer causes the global services in `service_locator` to be set to the crawler's explicitly passed services.

0 commit comments

Comments
 (0)