浏览代码

Delete an update line for the previous weather forecast data

Kanggu Park 4 年之前
父节点
当前提交
186bace7a0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      RealTimeDataAccumulator.py

+ 0 - 2
RealTimeDataAccumulator.py

@@ -402,8 +402,6 @@ if __name__ == "__main__" :
 	# Accumulate weather forecast data
 	while True:		
 		now = datetime.now()
-		if now.hour == 1 and now.minute <= 15:				## 하루에 한번 오전 1시 이후에 과거 데이터 체크 (오전 1시는 임의로 정한 시각)
-			Check_Restoring_Unknown_past_data(targetDBIP, targetDBUserID, targetDBUserPW, targetDBName, nx, ny)		## 과거 실 데이터가 어제까지만 제공되기 때문에 매일 어제 데이터가 있는지 체크
 		if now.hour == 20 and now.minute >= 45 and now.minute <= 59:
 			AccumulationActive = True
 		else: