From c7f83095a26ca321c48e272daff7904e9c197cc1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 1 Feb 2024 13:57:37 -0500 Subject: [PATCH] Updated source priority in APIUtils --- api/utils.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/utils.py b/api/utils.py index c918bfe04f..57a09be969 100644 --- a/api/utils.py +++ b/api/utils.py @@ -40,10 +40,11 @@ class APIUtils(): 'muse': 4, 'met': 5, 'isac': 6, - 'UofSC': 7, - 'hathitrust': 8, - 'oclc': 9, - 'nypl': 10 + 'UofM': 7, + 'UofSC': 8, + 'hathitrust': 9, + 'oclc': 10, + 'nypl': 11 } @staticmethod