Skip to content

Commit

Permalink
Update howlongtobeat API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroman committed Nov 26, 2024
1 parent 189d87b commit a576acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/howlongtobeat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a576acd

Please sign in to comment.