Moibe commited on
Commit
7d01e27
·
1 Parent(s): 929cd91

Checar sitio recibido

Browse files
Files changed (1) hide show
  1. 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")