new-style
This commit is contained in:
@@ -32,8 +32,8 @@ Create a configuration file or set environment variables:
|
||||
```python
|
||||
# main.py configuration
|
||||
BASE_URL = "https://www.troostwijkauctions.com"
|
||||
CACHE_DB = "/var/troost-scraper/cache.db"
|
||||
OUTPUT_DIR = "/var/troost-scraper/output"
|
||||
CACHE_DB = "/mnt/okcomputer/output/cache.db"
|
||||
OUTPUT_DIR = "/mnt/okcomputer/output"
|
||||
RATE_LIMIT_SECONDS = 0.5
|
||||
MAX_PAGES = 50
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user