Spaces:
Sleeping
Sleeping
Checar sitio recibido
Browse files- herramientas.py +2 -0
herramientas.py
CHANGED
|
@@ -32,6 +32,8 @@ def registrar_evento(cus: str, firebase_user: str, tokens: int, sitio: str = Non
|
|
| 32 |
tokens (int): cantidad de tokens a registrar.
|
| 33 |
sitio (str, optional): sitio de origen del evento.
|
| 34 |
"""
|
|
|
|
|
|
|
| 35 |
|
| 36 |
if sitio == 'crea_imagen':
|
| 37 |
print("llegué al otro firestore")
|
|
|
|
| 32 |
tokens (int): cantidad de tokens a registrar.
|
| 33 |
sitio (str, optional): sitio de origen del evento.
|
| 34 |
"""
|
| 35 |
+
|
| 36 |
+
print("El sitio recibido es: ", sitio)
|
| 37 |
|
| 38 |
if sitio == 'crea_imagen':
|
| 39 |
print("llegué al otro firestore")
|