KrishGoyani commited on
Commit
492e497
·
verified ·
1 Parent(s): b33a445

Update sec_tools.py

Browse files
Files changed (1) hide show
  1. sec_tools.py +1 -1
sec_tools.py CHANGED
@@ -50,7 +50,7 @@ class SECTools():
50
  For example, `AAPL|what was last year's revenue`.
51
  """
52
  stock, ask = data.split("|")
53
- queryApi = QueryApi(api_key=os.environ['SEC_API_API_KEY'])
54
  query = {
55
  "query": {
56
  "query_string": {
 
50
  For example, `AAPL|what was last year's revenue`.
51
  """
52
  stock, ask = data.split("|")
53
+ queryApi = QueryApi(api_key=os.environ['SEC_API_KEY'])
54
  query = {
55
  "query": {
56
  "query_string": {