Spaces:
Runtime error
Runtime error
Update chatchain.py
Browse files- chatchain.py +1 -1
chatchain.py
CHANGED
@@ -33,7 +33,7 @@ def update_rec_list(main_chain):
|
|
33 |
if "chat/" in ea:
|
34 |
try:
|
35 |
if not "__Source__" in ea:
|
36 |
-
rec_list.append(ea.split("/",1)[1]
|
37 |
except Exception:
|
38 |
pass
|
39 |
return rec_list
|
|
|
33 |
if "chat/" in ea:
|
34 |
try:
|
35 |
if not "__Source__" in ea:
|
36 |
+
rec_list.append(ea.split("/",1)[1])
|
37 |
except Exception:
|
38 |
pass
|
39 |
return rec_list
|