mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-11-05 07:02:41 +01:00
Add --skip option
This commit is contained in:
@@ -116,7 +116,7 @@ def main() -> None:
|
||||
sys.exit()
|
||||
|
||||
try:
|
||||
pferd = Pferd(config, args.crawler)
|
||||
pferd = Pferd(config, args.crawler, args.skip)
|
||||
except PferdLoadError as e:
|
||||
log.unlock()
|
||||
log.error(str(e))
|
||||
|
||||
Reference in New Issue
Block a user