From 5d9fb2212051849015712a4dbf1dc488e315d885 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 7 Jul 2020 11:05:21 +0530 Subject: fixed ligad+receprot names and fixing backend test --- app/backend_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/backend_test.py') diff --git a/app/backend_test.py b/app/backend_test.py index 004a853..d0f2312 100644 --- a/app/backend_test.py +++ b/app/backend_test.py @@ -3,7 +3,7 @@ import mysql.connector as con mycon = con.connect(host="navanspi.duckdns.org",user="curieweb",password="curie-web-russian-54",port=3306,database="curie") mycursor = mycon.cursor() -sql_select_Query = "select * from curieweb where id=2idcjxfsxla03oux LIMIT 1" +sql_select_Query = 'select * from curieweb where id="2idcjxfsxla03oux" LIMIT 1' mycursor.execute(sql_select_Query) records = mycursor.fetchall() -- cgit v1.2.3