wnstnb commited on
Commit
1118388
·
1 Parent(s): 86fa8c7
Files changed (1) hide show
  1. getIntraData.py +2 -2
getIntraData.py CHANGED
@@ -6,10 +6,10 @@ import datetime
6
  from sqlalchemy import create_engine
7
  import os
8
  from getDailyData import data_start_date
9
- from dotenv import load_dotenv
10
 
11
  # Load environment variables from the .env file
12
- load_dotenv()
13
 
14
  def get_intra(periods_30m = 1):
15
  '''
 
6
  from sqlalchemy import create_engine
7
  import os
8
  from getDailyData import data_start_date
9
+ # from dotenv import load_dotenv
10
 
11
  # Load environment variables from the .env file
12
+ # load_dotenv()
13
 
14
  def get_intra(periods_30m = 1):
15
  '''