feat: calendar eco
This commit is contained in:
@@ -80,7 +80,7 @@ def fetch_upcoming(weeks_ahead: int = 6) -> Dict[str, Any]:
|
||||
"apikey": key,
|
||||
}
|
||||
|
||||
print(f"[FMP calendar] fetching {today} → {date_to}", flush=True)
|
||||
print(f"[FMP calendar] fetching {today} -> {date_to}", flush=True)
|
||||
|
||||
try:
|
||||
resp = httpx.get(url, params=params, timeout=30, follow_redirects=True)
|
||||
|
||||
Reference in New Issue
Block a user