Add env param
Browse files- 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)
|