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