데이터베이스 이름 수정

This commit is contained in:
2025-07-08 14:36:09 +09:00
parent a2b6c58560
commit 422a16aa0c
3 changed files with 23 additions and 15 deletions

View File

@ -129,7 +129,7 @@ def main():
yesterday = (datetime.now() - timedelta(days=1)).date()
engine = db.engine
table = db_schema.fg_manager_static_air
table = db_schema.air
with engine.connect() as conn:
for station_name in station_list: