Omnibus commited on
Commit
3706b7c
·
verified ·
1 Parent(s): 598c3f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ def format_json(inp):
386
  print("FORMATTING:::")
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","{","}")):
391
  print (line)
392
 
 
386
  print("FORMATTING:::")
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","{","}")):
391
  print (line)
392