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) 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