mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-05 20:42:26 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user