Skip to content

Commit 7ee9415

Browse files
backend processing source fix
1 parent 25f2458 commit 7ee9415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def extract_graph_from_file_gcs(uri, userName, password, model, db_name, gcs_buc
390390
if pages==None or len(pages)==0:
391391
raise Exception('Pdf content is not available for file : {file_name}')
392392

393-
return processing_source(uri, userName, password, model, db_name, file_name, pages, model)
393+
return processing_source(uri, userName, password, model, db_name, file_name, pages)
394394

395395
def processing_source(uri, userName, password, model, db_name, file_name, pages):
396396
"""

0 commit comments

Comments
 (0)