Commit 3e2c103a by Javier

Eliminar FetchOnt

parent 5068333f
...@@ -139,7 +139,6 @@ def create_user(phone_number: str, name: str, surname: str, password: str = None ...@@ -139,7 +139,6 @@ def create_user(phone_number: str, name: str, surname: str, password: str = None
"UPDATE mbilling.pkg_user SET typepaid=1, creditlimit=30 WHERE username=?", "UPDATE mbilling.pkg_user SET typepaid=1, creditlimit=30 WHERE username=?",
(phone_number,) (phone_number,)
) )
cursor.fetchone()
return password return password
......
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