wtf
This commit is contained in:
parent
a3adff8130
commit
1e33769c0d
2
V4.py
2
V4.py
@ -139,7 +139,7 @@ def setup_proxy(ip, port) :
|
|||||||
|
|
||||||
|
|
||||||
def add_row(compte, points, mycursor, mydb):
|
def add_row(compte, points, mycursor, mydb):
|
||||||
sql = "INSERT INTO daily (compte, points, date, date2) VALUES (%s, %s, current_date())"
|
sql = "INSERT INTO daily (compte, points, date) VALUES (%s, %s, current_date())"
|
||||||
val = (compte, points)
|
val = (compte, points)
|
||||||
mycursor.execute(sql, val)
|
mycursor.execute(sql, val)
|
||||||
mydb.commit()
|
mydb.commit()
|
||||||
|
Loading…
Reference in New Issue
Block a user