fix bug
This commit is contained in:
@@ -7,7 +7,7 @@ import re
|
|||||||
import httpx
|
import httpx
|
||||||
|
|
||||||
|
|
||||||
DAILY_URL = 'http://go.apinb.com/a/get_daily'
|
DAILY_URL = 'http://139.224.247.176:13499/etf/daily'
|
||||||
|
|
||||||
|
|
||||||
def daily_bars(client: httpx.Client, code: str, today: date, count: int = 120) -> list[dict]:
|
def daily_bars(client: httpx.Client, code: str, today: date, count: int = 120) -> list[dict]:
|
||||||
|
|||||||
Reference in New Issue
Block a user