Your Name 3 jaren geleden
bovenliggende
commit
7c0b4021e9
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      step_question/apis/main.py

+ 2 - 1
step_question/apis/main.py

@@ -169,8 +169,9 @@ async def line_submit(request: Request):
     if result['userid']==None:
         result['userid']="None"
     print(result)
+    db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/hhh?charset=utf8mb4')
 
-    cursor=get_db().query('select * from step_questions where phone="'+phone+'" or email="'+email+'" ')
+    cursor=db.query('select * from step_questions where phone="'+phone+'" or email="'+email+'" ')
     cnt=0
     for q in cursor:
         cnt+=1