存储标识符

This commit is contained in:
wzy-warehouse
2026-05-18 17:26:24 +08:00
parent 6dbcdf2a7f
commit 6df9b990c0
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ def start():
# 启动降雨站点监测
logger.info("启动降雨站点监测服务...")
rainfall_manager.monitoring_rainfall_station_id('2025-08-20 12:00:00')
rainfall_manager.monitoring_rainfall_station_id('2025-09-16 20:00:00')
# 阻塞主线程,防止程序立即退出
block_main_thread()