Spaces:
Sleeping
Sleeping
Actualización
Browse files- autenticacion.py +0 -2
autenticacion.py
CHANGED
|
@@ -3,7 +3,6 @@ import socket
|
|
| 3 |
import config_creator
|
| 4 |
|
| 5 |
def defineAmbiente(env):
|
| 6 |
-
|
| 7 |
if local_check():
|
| 8 |
print("Entorno Local...")
|
| 9 |
import bridges
|
|
@@ -12,7 +11,6 @@ def defineAmbiente(env):
|
|
| 12 |
webhook = bridges.webhook_prod
|
| 13 |
firestore = 'config_prod.json'
|
| 14 |
#ga4Key = bridges.GA4_API_SECRET_SPLASH
|
| 15 |
-
|
| 16 |
else: #if dev
|
| 17 |
llave = bridges.llave_sandbox
|
| 18 |
webhook = bridges.webhook_sandbox
|
|
|
|
| 3 |
import config_creator
|
| 4 |
|
| 5 |
def defineAmbiente(env):
|
|
|
|
| 6 |
if local_check():
|
| 7 |
print("Entorno Local...")
|
| 8 |
import bridges
|
|
|
|
| 11 |
webhook = bridges.webhook_prod
|
| 12 |
firestore = 'config_prod.json'
|
| 13 |
#ga4Key = bridges.GA4_API_SECRET_SPLASH
|
|
|
|
| 14 |
else: #if dev
|
| 15 |
llave = bridges.llave_sandbox
|
| 16 |
webhook = bridges.webhook_sandbox
|