Omnibus commited on
Commit
57d14f3
·
verified ·
1 Parent(s): c093ae5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ def save_memory(purpose, history):
474
  if ":" in line:
475
  print(f'line:: {line}')
476
 
477
- if "keywords" in line:
478
  print(f'trying:: {line}')
479
  keyw=line.split(":")[1]
480
  print (keyw)
 
474
  if ":" in line:
475
  print(f'line:: {line}')
476
 
477
+ if "keywords" in line and ":" in line:
478
  print(f'trying:: {line}')
479
  keyw=line.split(":")[1]
480
  print (keyw)