aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/backend_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/backend_test.py b/app/backend_test.py
index d0f2312..6d3c8f7 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="18u3r0chcf6nr6mj" LIMIT 1'
mycursor.execute(sql_select_Query)
records = mycursor.fetchall()