Commit 8c6e0bbe by Javier

Errata en SQL

parent b693ec86
......@@ -201,6 +201,6 @@ def get_user(phone_number: str) -> dict:
(phone_number,)
)
query = cnx.fetchone()
query = cursor.fetchone()
return dict(zip(headers, query)) if query else None
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment