Moibe commited on
Commit
e9019ae
·
1 Parent(s): d6d4220

Add env param

Browse files
Files changed (1) hide show
  1. globales.py +1 -1
globales.py CHANGED
@@ -1,4 +1,4 @@
1
  import autenticacion
2
 
3
  env = 'prod' #o dev
4
- llave, webhook = autenticacion.defineAmbiente()
 
1
  import autenticacion
2
 
3
  env = 'prod' #o dev
4
+ llave, webhook = autenticacion.defineAmbiente(env)