T
Size: a a a
T
A
T
S[
T
S[
T
S[
QL
A
S
S
S
AT
AT
V
AT
vs
def query_select(sql, *argv):
with closing(db.cursor()) as cursor:
x=cursor.execute(sql, argv)
records = cursor.fetchall()
return x, records
When i use two simultaneus ajax it crash. Is there any error in this code?m
АП