Moibe's picture
Fix auth
7e8d9c4
raw
history blame contribute delete
159 Bytes
import autenticacion
env = 'prod' #o dev
llave, webhook = autenticacion.defineAmbiente(env)
print("La llave es: ", llave)
print("Y el webhook es: ", webhook)