mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix errors loading local crawler config
Apparently getint and getfloat may return a None even though this is not mentioned in their type annotations.
This commit is contained in:
parent
acd674f0a0
commit
302b8c0c34
2 changed files with 19 additions and 21 deletions
|
|
@ -115,9 +115,9 @@ crawler simulate a slower, network-based crawler.
|
|||
|
||||
- `path`: Path to the local directory to crawl. (Required)
|
||||
- `crawl_delay`: Maximum artificial delay (in seconds) to simulate for crawl
|
||||
requests. (Optional)
|
||||
requests. (Default: 0.0)
|
||||
- `download_delay`: Maximum artificial delay (in seconds) to simulate for
|
||||
download requests. (Optional)
|
||||
download requests. (Default: 0.0)
|
||||
- `download_speed`: Download speed (in bytes per second) to simulate. (Optional)
|
||||
|
||||
## Authenticator types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue