anweiguo 2 mesiacov pred
rodič
commit
5ec3e5da32

+ 1 - 1
data_processing/data_operation/data_nwp_ftp.py

@@ -86,7 +86,7 @@ def get_moment_next(schedule_dt=None):
     elif now.hour > 6:
         moment = '12'
     elif 2 >= now.hour >= 0:
-        moment = '06'
+        moment = '00'
     else:
         moment = '06'
     return date, moment