Moibe commited on
Commit
4b4cc47
1 Parent(s): 36e717b

Return type check

Browse files
Files changed (1) hide show
  1. avaimet.py +4 -0
avaimet.py CHANGED
@@ -46,6 +46,10 @@ def obtenTokens(sftp, caja):
46
  # Decodificar los bytes a Unicode usando la codificaci贸n UTF-8
47
  tokens = contenido_bytes.decode('utf-8')
48
 
 
 
 
 
49
  return tokens
50
 
51
  def restaToken(sftp, caja, tokens, work):
 
46
  # Decodificar los bytes a Unicode usando la codificaci贸n UTF-8
47
  tokens = contenido_bytes.decode('utf-8')
48
 
49
+ print("Tokens son....: ", tokens)
50
+ print("Y su type182 es: ", type(tokens))
51
+ time.sleep(8)
52
+
53
  return tokens
54
 
55
  def restaToken(sftp, caja, tokens, work):