diff options
| author | Pjotr Prins | 2026-03-29 10:15:42 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-29 10:15:42 +0200 |
| commit | b3ef15eca284f98ff0e7d2259c5d79cac0724119 (patch) | |
| tree | 9c90b9dd99e60de8d0a6f843aeac84839de0dd18 /more_functions.py | |
| parent | db9974a1b64c643a760c67e30d3787d47cd28a34 (diff) | |
| download | genecup-b3ef15eca284f98ff0e7d2259c5d79cac0724119.tar.gz | |
Move API key into credentials file [AI]
Diffstat (limited to 'more_functions.py')
| -rwxr-xr-x | more_functions.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
