Commit 08c89e9b authored by Administrator's avatar Administrator

[FIX]

parent 6ae9d4d0
...@@ -81,9 +81,6 @@ def getGlobalStatsISTEXT(request ): ...@@ -81,9 +81,6 @@ def getGlobalStatsISTEXT(request ):
def doTheQuery(request , project_id): def doTheQuery(request , project_id):
alist = ["hola","mundo"] alist = ["hola","mundo"]
# SQLAlchemy session
session = Session()
# do we have a valid project id? # do we have a valid project id?
try: try:
project_id = int(project_id) project_id = int(project_id)
......
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