web: reduce timeout from 15 to 7 seconds
This commit is contained in:
parent
88a8e0fe59
commit
c27540eb87
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def getPassword(url):
|
||||||
|
|
||||||
# Get real pages
|
# Get real pages
|
||||||
|
|
||||||
def getURLContent(url, body=None, timeout=15):
|
def getURLContent(url, body=None, timeout=7):
|
||||||
"""Return page content corresponding to URL or None if any error occurs
|
"""Return page content corresponding to URL or None if any error occurs
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue