From 9037f95fd3bc7bd359c327d9c6c7f51efc4d70aa Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 3 Jun 2022 18:23:25 +0200 Subject: [PATCH] Changed to a new API key for TheGamesDB. --- es-app/src/scrapers/GamesDBJSONScraperResources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/scrapers/GamesDBJSONScraperResources.cpp b/es-app/src/scrapers/GamesDBJSONScraperResources.cpp index 9e57fe0a5..342c407fa 100644 --- a/es-app/src/scrapers/GamesDBJSONScraperResources.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraperResources.cpp @@ -34,7 +34,7 @@ using namespace rapidjson; namespace { constexpr char GamesDBAPIKey[] { - "445fcbc3f32bb2474bc27016b99eb963d318ee3a608212c543b9a79de1041600"}; + "e42de8fb0cdcea89fec60f70cd565122f34f5c6228be3e9ae247ba409779d9d5"}; constexpr int MAX_WAIT_MS {90000}; constexpr int POLL_TIME_MS {500};