Skip to content

Commit

Permalink
bug fixes with logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmercyo committed Jan 15, 2024
1 parent 6cbc09e commit 0c3893e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions find_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def find_actor_by_image(image_file):
def find_actor_id(actor_name):
url = "https://flixster.p.rapidapi.com/search"
querystring = {"query": actor_name}
print(rapid_api_key)
headers = {
"X-RapidAPI-Key": rapid_api_key,
"X-RapidAPI-Host": "flixster.p.rapidapi.com",
Expand Down

0 comments on commit 0c3893e

Please sign in to comment.