sys2 commited on
Commit
02421ad
1 Parent(s): 395437f

First commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def get_json_file(json_docs):
58
  with open(temp_filepath, "wb") as f: # 임시 파일을 바이너리 쓰기 모드로 엽니다.
59
  f.write(json_docs.getvalue())
60
 
61
- json_loader = JSONLoader(temp_filepath,
62
  jq_schema='.scans[].relationships',
63
  text_content=False)
64
  json_doc = json_loader.load()
 
58
  with open(temp_filepath, "wb") as f: # 임시 파일을 바이너리 쓰기 모드로 엽니다.
59
  f.write(json_docs.getvalue())
60
 
61
+ json_loader = JSONLoader(file_path= temp_filepath,
62
  jq_schema='.scans[].relationships',
63
  text_content=False)
64
  json_doc = json_loader.load()