feature(env update):
This commit is contained in:
parent
429218fc02
commit
3ea61ffa5d
|
@ -10,9 +10,8 @@ import requests
|
||||||
|
|
||||||
import boto3 as boto # 1.28.68
|
import boto3 as boto # 1.28.68
|
||||||
|
|
||||||
# TotalVirus API key
|
# VirusTotal API key
|
||||||
environ.Env.read_env('./.env')
|
api = os.environ.get('VIRUSTOTAL_API_KEY')
|
||||||
api = environ.Env().str('API_TOKEN')
|
|
||||||
|
|
||||||
# dynamo db instance
|
# dynamo db instance
|
||||||
session = boto.Session(
|
session = boto.Session(
|
||||||
|
|
Loading…
Reference in New Issue