fix: 修复代码被注释

This commit is contained in:
2025-12-17 21:50:02 +08:00
parent 99e77a37cf
commit 1c866d8fde
3 changed files with 46 additions and 17 deletions

View File

@@ -25,10 +25,10 @@ if db_dir and not os.path.exists(db_dir):
async def main():
# await WaterUsageModel.create_table()
# await AmmeterUsageModel.create_table()
await WaterUsageModel.create_table()
await AmmeterUsageModel.create_table()
# start_scheduler()
start_scheduler()
await SD().push()