Skip to content

Commit

Permalink
Update nvd_os_app_custom_field.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ishgaror authored Dec 6, 2023
1 parent b8ec00e commit 577ff1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys


token_variable = os.environ.get('API_KEY')
token_variable = os.environ.get('KENNA_API_KEY')
base_url = "https://api.kennasecurity.com"

def request_data_export(token_variable):
Expand Down

0 comments on commit 577ff1c

Please sign in to comment.