Skip to content

Commit

Permalink
Troubleshoot load all vocabs test workflow #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedgell committed Jul 10, 2023
1 parent 6c7398d commit f27d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_all_vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
params=params,
headers={"Content-Type": "text/turtle"},
content=open(vocab, "rb").read(),
auth=(DB_USERNAME, DB_PASSWORD),
auth=(DB_USERNAME, DB_PASSWORD)
)

# if the http response code is not a successful response print the content of the response and halt the program
Expand Down

0 comments on commit f27d9bf

Please sign in to comment.