From b3ef15eca284f98ff0e7d2259c5d79cac0724119 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 29 Mar 2026 10:15:42 +0200 Subject: Move API key into credentials file [AI] --- more_functions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'more_functions.py') diff --git a/more_functions.py b/more_functions.py index 2c1198b..5dc52d4 100755 --- a/more_functions.py +++ b/more_functions.py @@ -210,3 +210,4 @@ testdir = os.path.join(pubmed_path, "Archive", "01") if not os.path.isdir(testdir): print(f"ERROR: PubMed/Archive not found in {pubmed_path}") raise SystemExit(1) + raise SystemExit(1) -- cgit 1.4.1