anweiguo il y a 3 semaines
Parent
commit
5ec3e5da32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      data_processing/data_operation/data_nwp_ftp.py

+ 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