Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ th_a.start()
|
|
82 |
def res(x, id, cdata, url):
|
83 |
global q
|
84 |
|
85 |
-
arr = [x, id, str(cdata.
|
86 |
q.put(arr)
|
87 |
|
88 |
print("\n_Done\n\n")
|
|
|
82 |
def res(x, id, cdata, url):
|
83 |
global q
|
84 |
|
85 |
+
arr = [x, id, str(cdata.split(",", 1)[0]), url]
|
86 |
q.put(arr)
|
87 |
|
88 |
print("\n_Done\n\n")
|