From ce30d8b8b4d0166a85cc7de1dce1643e1d1fbe25 Mon Sep 17 00:00:00 2001 From: Jackson Isaac Date: Mon, 19 Oct 2020 21:46:54 +0200 Subject: [PATCH] Fix typo in sample config file --- utils/config-sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config-sample.py b/utils/config-sample.py index b7f3f7e..4c2c2b7 100644 --- a/utils/config-sample.py +++ b/utils/config-sample.py @@ -1,4 +1,4 @@ # save this file as 'config.py' and then, fill it with you api key GOODREADS_PUBLIC_API_KEY = "write here your goodreads public API key" GOOGLE_SEARCH_RAPIDAPI_HOST = "" -GOOGLESEARCH_RAPIDAPI_KEY = "" +GOOGLE_SEARCH_RAPIDAPI_KEY = ""