OxbridgeEconomics commited on
Commit
54c7a12
·
unverified ·
1 Parent(s): 79fe6b3

Update eastmoney.py

Browse files
Files changed (1) hide show
  1. eastmoney.py +1 -1
eastmoney.py CHANGED
@@ -95,7 +95,7 @@ reportList = []
95
 
96
 
97
  today = datetime.today().strftime('%Y-%m-%d')
98
- beginDate = (datetime.today() - timedelta(days=180)).strftime('%Y-%m-%d')
99
  i = 0
100
  while i > -1:
101
  url = "https://reportapi.eastmoney.com/report/jg"
 
95
 
96
 
97
  today = datetime.today().strftime('%Y-%m-%d')
98
+ beginDate = (datetime.today() - timedelta(days=183)).strftime('%Y-%m-%d')
99
  i = 0
100
  while i > -1:
101
  url = "https://reportapi.eastmoney.com/report/jg"