georeactor commited on
Commit
dac8d18
·
1 Parent(s): ac62d88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ conn = psycopg2.connect("CONN")
12
  cur = conn.cursor()
13
 
14
  MIDDLE
15
- def rename_customer(id, newName):\n\t# PROMPT\n\tcur.execute("UPDATE customer SET name
16
  """
17
 
18
  modelPath = {
 
12
  cur = conn.cursor()
13
 
14
  MIDDLE
15
+ def rename_customer(id, newName):\n\t# PROMPT\n\tcur.execute("UPDATE customer SET name =
16
  """
17
 
18
  modelPath = {