Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def dl(inp):
|
|
20 |
|
21 |
with open(f"{inp_out}.info.json", "r") as f:
|
22 |
f_out = f.readlines()
|
23 |
-
print (
|
24 |
|
25 |
except Exception as e:
|
26 |
print (e)
|
|
|
20 |
|
21 |
with open(f"{inp_out}.info.json", "r") as f:
|
22 |
f_out = f.readlines()
|
23 |
+
print (f_out)
|
24 |
|
25 |
except Exception as e:
|
26 |
print (e)
|