Spaces:
Runtime error
Runtime error
Update data/solicitar_data.py
Browse files- data/solicitar_data.py +0 -4
data/solicitar_data.py
CHANGED
|
@@ -18,10 +18,6 @@ def connection_db():
|
|
| 18 |
})
|
| 19 |
return conn
|
| 20 |
|
| 21 |
-
def connection_db():
|
| 22 |
-
conn = psycopg2.connect(conn)
|
| 23 |
-
return conn
|
| 24 |
-
|
| 25 |
def get_event(cliente_reciclador):
|
| 26 |
|
| 27 |
conn = connection_db()
|
|
|
|
| 18 |
})
|
| 19 |
return conn
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
def get_event(cliente_reciclador):
|
| 22 |
|
| 23 |
conn = connection_db()
|