update
This commit is contained in:
parent
7961a105e1
commit
afb0271e2a
@ -9,7 +9,7 @@ import requests
|
|||||||
|
|
||||||
# Load environment variables
|
# Load environment variables
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
benzinga_api_key = os.getenv('BENZINGA_API_KEY_EXTRA')
|
benzinga_api_key = os.getenv('benzinga_api_key')
|
||||||
fmp_api_key = os.getenv('FMP_API_KEY')
|
fmp_api_key = os.getenv('FMP_API_KEY')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ import os
|
|||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
api_key = os.getenv('FMP_API_KEY')
|
api_key = os.getenv('FMP_API_KEY')
|
||||||
benzinga_api_key = os.getenv('BENZINGA_API_KEY_EXTRA')
|
benzinga_api_key = os.getenv('benzinga_api_key')
|
||||||
|
|
||||||
berlin_tz = pytz.timezone('Europe/Berlin')
|
berlin_tz = pytz.timezone('Europe/Berlin')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user