This commit is contained in:
Azmikun1 2025-12-17 15:05:30 +07:00
parent 9e548d821e
commit 956fffe4c5
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -121,7 +121,7 @@ def load_eth_data():
last_date_csv = df_base["Date"].max()
start_download = last_date_csv + timedelta(days=1)
else:
start_download = pd.to_datetime("2020-01-01")
start_download = pd.to_datetime("2024-01-01")
# Hanya download jika ada selisih hari
if start_download.date() <= today: