Skip to content

Commit

Permalink
Test DK API #4
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Dec 29, 2024
1 parent 814d0c9 commit 6a16692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kintree/search/digikey_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ def process_price_break(product_variation):
part_info['pricing'][quantity] = price

# Query part number
try:
part = digikey_search_timeout()
except:
part = None
# try:
part = digikey_search_timeout()
# except:
# part = None

if not part:
return part_info
Expand Down

0 comments on commit 6a16692

Please sign in to comment.