Omnibus commited on
Commit
afab6d8
·
1 Parent(s): 9f8f12c

Update chatchain.py

Browse files
Files changed (1) hide show
  1. 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