Moibe's picture
Prints
8f8d31a
raw
history blame
190 Bytes
import autenticacion
print("Estoy en globales...")
env = 'prod' #o dev
llave, webhook = autenticacion.defineAmbiente(env)
print("La llave es: ", llave)
print("Y el webhook es: ", webhook)