1
0
Fork 0

[wolframalpha] Servers take a long times to respond theses days :(

This commit is contained in:
nemunaire 2015-11-20 22:47:52 +01:00
parent f47aa8c478
commit e03d803ae0
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ def load(context):
class WFAResults:
def __init__(self, terms):
self.wfares = web.getXML(URL_API % quote(terms))
self.wfares = web.getXML(URL_API % quote(terms),
timeout=12)
@property