From 0da0dca74b7be381052219d899090ec1f694897c Mon Sep 17 00:00:00 2001 From: Sina Date: Thu, 5 Jan 2023 11:54:10 -0500 Subject: [PATCH 1/2] Update runtime.txt --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 5b3694c..c9cbcea 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.13 +python-3.9.16 From 0330f527da49b0ac6f436b0fbaa2ea89d3234751 Mon Sep 17 00:00:00 2001 From: Sina Hemmati Date: Thu, 5 Jan 2023 12:06:05 -0500 Subject: [PATCH 2/2] Update jhu.py --- app/services/location/jhu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/location/jhu.py b/app/services/location/jhu.py index 29b22db..e9109bd 100644 --- a/app/services/location/jhu.py +++ b/app/services/location/jhu.py @@ -116,7 +116,7 @@ async def get_category(category): "locations": locations, "latest": latest, "last_updated": datetime.utcnow().isoformat() + "Z", - "source": "https://github.com/ExpDev07/coronavirus-tracker-api", + "source": "https://github.com/senahem/coronavirus-tracker-api", } # save the results to distributed cache await load_cache(data_id, results)