From f27d9bf59b52da4c7f2839027f74afc2c5bc1295 Mon Sep 17 00:00:00 2001 From: u79923 Date: Mon, 10 Jul 2023 15:55:07 +1000 Subject: [PATCH] Troubleshoot load all vocabs test workflow #5. --- scripts/load_all_vocabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/load_all_vocabs.py b/scripts/load_all_vocabs.py index bd7b19b..d56d1b7 100644 --- a/scripts/load_all_vocabs.py +++ b/scripts/load_all_vocabs.py @@ -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