Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
bb9fc95
1
Parent(s):
661e819
Fixing number input
Browse files- avaimet.py +2 -0
avaimet.py
CHANGED
@@ -21,6 +21,8 @@ def conecta():
|
|
21 |
|
22 |
def obtenCaja(userfile):
|
23 |
|
|
|
|
|
24 |
# Ruta del archivo remoto
|
25 |
ruta_remota = nodes.avaimentekijä
|
26 |
print("Encoding...")
|
|
|
21 |
|
22 |
def obtenCaja(userfile):
|
23 |
|
24 |
+
print("Esto es userfile de obtenCaja: ", userfile)
|
25 |
+
time.sleep(9)
|
26 |
# Ruta del archivo remoto
|
27 |
ruta_remota = nodes.avaimentekijä
|
28 |
print("Encoding...")
|