meta
This commit is contained in:
parent
4521f5b14b
commit
5e606b21d8
2 changed files with 8 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ def request(action, data):
|
|||
})
|
||||
url = 'http://meta.openmedialibrary.com/api/'
|
||||
try:
|
||||
return json.loads(read_url(url, data))['data']
|
||||
return json.loads(read_url(url, data, timeout=60))['data']
|
||||
except:
|
||||
return {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue