Omnibus commited on
Commit
85d6b23
·
verified ·
1 Parent(s): 9595119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ def format_json(inp):
387
  for i,line in enumerate(inp.split("\n")):
388
  line = line.strip()
389
  #print(line)
390
- if (("keywords","title","description","content","url","{","}")) in line and ":" in line:
391
  print (line)
392
 
393
  '''
 
387
  for i,line in enumerate(inp.split("\n")):
388
  line = line.strip()
389
  #print(line)
390
+ if line.startswith(("keywords","title","description","content","url","{","}"),0,20):
391
  print (line)
392
 
393
  '''