Added wait 1 sek because of permanent Timeout / connection pool exceed from server
This commit is contained in:
parent
67c31284f1
commit
3d19d45e81
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def add(name, host):
|
||||||
stripUrl = baseUrl + '?comic_id=%s',
|
stripUrl = baseUrl + '?comic_id=%s',
|
||||||
imageSearch = _imageSearch,
|
imageSearch = _imageSearch,
|
||||||
prevSearch = _prevSearch,
|
prevSearch = _prevSearch,
|
||||||
|
waitSeconds = 1,
|
||||||
help = 'Index format: n (unpadded)',
|
help = 'Index format: n (unpadded)',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue