feature(env update):

This commit is contained in:
Devoalda 2023-10-31 20:05:29 +08:00
parent 429218fc02
commit 3ea61ffa5d
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,8 @@ import requests
import boto3 as boto # 1.28.68
# TotalVirus API key
environ.Env.read_env('./.env')
api = environ.Env().str('API_TOKEN')
# VirusTotal API key
api = os.environ.get('VIRUSTOTAL_API_KEY')
# dynamo db instance
session = boto.Session(