Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,7 @@ def fix_json():
|
|
70 |
try:
|
71 |
line.decode("utf-8")
|
72 |
except Exception:
|
73 |
-
pass
|
74 |
-
|
|
|
75 |
fix_json()
|
|
|
70 |
try:
|
71 |
line.decode("utf-8")
|
72 |
except Exception:
|
73 |
+
pass
|
74 |
+
if line.strip():
|
75 |
+
print (line)
|
76 |
fix_json()
|