|
@ -102,7 +102,10 @@ def ClassSearch(configfile=None): |
|
|
def resources(): |
|
|
def resources(): |
|
|
""" Get Resources """ |
|
|
""" Get Resources """ |
|
|
notRequired = False |
|
|
notRequired = False |
|
|
params = loads(dict(request.args.items())["data"]) |
|
|
try: |
|
|
|
|
|
params = loads(dict(request.args.items())["data"]) |
|
|
|
|
|
except KeyError: |
|
|
|
|
|
return dumps("false") |
|
|
print params |
|
|
print params |
|
|
author = params["author"] |
|
|
author = params["author"] |
|
|
title = params["title"] |
|
|
title = params["title"] |
|
|