Commit 2650d017 authored by PkSM3's avatar PkSM3

Merge branch 'samuel' of ssh://delanoe.org:1979/gargantext into samuel

parents cbc39ddb c604d63b
......@@ -49,7 +49,6 @@ def getGlobalStats(request ):
print ("LOG::TIME:_ "+datetime.datetime.now().isoformat()+" query =", query )
print ("LOG::TIME:_ "+datetime.datetime.now().isoformat()+" N =", N )
instancia = MedlineFetcher()
# alist = instancia.serialFetcher( 5, query , int(request.POST["N"]) )
alist = instancia.serialFetcher( 5, query , N )
data = alist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment