[wolframalpha] Servers take a long times to respond theses days :(
This commit is contained in:
parent
f47aa8c478
commit
e03d803ae0
@ -33,7 +33,8 @@ def load(context):
|
|||||||
class WFAResults:
|
class WFAResults:
|
||||||
|
|
||||||
def __init__(self, terms):
|
def __init__(self, terms):
|
||||||
self.wfares = web.getXML(URL_API % quote(terms))
|
self.wfares = web.getXML(URL_API % quote(terms),
|
||||||
|
timeout=12)
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user