Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
b440e8b950
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -73,7 +73,7 @@ async def checkCellphone(cellphone: str = ''):
         FROM agent_form \
         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)))