fix: worky!
This commit is contained in:
parent
6023093f34
commit
8af2224942
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ conn = psycopg2.connect(
|
|||
cursor = conn.cursor()
|
||||
|
||||
cursor.execute("UPDATE users SET count=count+1")
|
||||
conn.commit()
|
||||
cursor.close()
|
||||
conn.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue