Commit ba592a08 by Javier

Merge branch 'master' of git.rentelwifi.com:javier/scrapper-portabilidad

parents 4cab2441 3e2c103a
......@@ -145,7 +145,11 @@ def create_user(phone_number: str, name: str, surname: str, password: str = None
"UPDATE mbilling.pkg_user SET typepaid=1, creditlimit=30 WHERE username=?",
(phone_number,)
)
<<<<<<< HEAD
cnx.commit()
=======
>>>>>>> 3e2c103a5b4bac2248e7e8965a1a2784d9fa6be9
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