Omnibus commited on
Commit
bc5b050
·
1 Parent(s): a6ec703

Update chatchain.py

Browse files
Files changed (1) hide show
  1. chatchain.py +1 -1
chatchain.py CHANGED
@@ -37,7 +37,7 @@ def update_rec_list(main_chain):
37
  if "chat/" in ea:
38
  try:
39
  if not "__Source__" in ea:
40
- rec_list.append(ea.split("/",1)[1].split("/",1)[0])
41
  except Exception:
42
  pass
43
  print (f'REC_LIST : : {rec_list}')
 
37
  if "chat/" in ea:
38
  try:
39
  if not "__Source__" in ea:
40
+ rec_list.append(ea.split("chat/",1)[1].split("/",1)[0])
41
  except Exception:
42
  pass
43
  print (f'REC_LIST : : {rec_list}')