데이터베이스 이름 수정

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

@ -132,7 +132,7 @@ def main():
debug = config.get("debug", False)
force_update = config.get("force_update", False)
table = db_schema.fg_manager_static_weather
table = db_schema.weather
engine = db.engine
now = datetime.now()