Nawal20 commited on
Commit
b95e712
·
verified ·
1 Parent(s): 09ab229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
 
5
  # Digi-Key API details
6
  API_URL = "https://api.digikey.com/products/v4/search/keyword"
7
- ACCESS_TOKEN = "whrDdRqwnczx4BhkoOHwPVHujScc" # Replace with your valid access token
8
  CLIENT_ID = "K9d4a2AaGwQcoAvdNDZVYEOB3sqL4bMg" # Replace with your Digi-Key Client ID
9
 
10
  # Function to make API requests to Digi-Key
 
4
 
5
  # Digi-Key API details
6
  API_URL = "https://api.digikey.com/products/v4/search/keyword"
7
+ ACCESS_TOKEN = "VHBw72Jp8I8fYvtkz9BmEe2MjQWK" # Replace with your valid access token
8
  CLIENT_ID = "K9d4a2AaGwQcoAvdNDZVYEOB3sqL4bMg" # Replace with your Digi-Key Client ID
9
 
10
  # Function to make API requests to Digi-Key