diff --git a/scripts/howlongtobeat.rb b/scripts/howlongtobeat.rb index d3c1993..fbae14d 100644 --- a/scripts/howlongtobeat.rb +++ b/scripts/howlongtobeat.rb @@ -130,7 +130,7 @@ def search(query, parent: Async::Task.current) } parent.async do - response = @http.post('https://howlongtobeat.com/api/search/5356b6994c0cc3eb', json: payload, headers:) + response = @http.post('https://howlongtobeat.com/api/search/7b0f03b254cc3099', json: payload, headers:) next unless response.status == 200 data = response.json