데이터베이스 이름 수정
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user