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