OxbridgeEconomics
commited on
Update eastmoney.py
Browse files- 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=
|
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"
|