Mike 3 years ago
parent
commit
b440e8b950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -73,7 +73,7 @@ async def checkCellphone(cellphone: str = ''):
         FROM agent_form \
         FROM agent_form \
         WHERE cellphone IN ('" + cellphone_list + "')"
         WHERE cellphone IN ('" + cellphone_list + "')"
 
 
-    print ('query result = ' + list(db.query(q)) # test
+    print ('query result = ' + list(db.query(q))) # test
 
 
     count = len(list(db.query(q)))
     count = len(list(db.query(q)))