diff --git a/earth_wallpaper/interfaces/himawari8.py b/earth_wallpaper/interfaces/himawari8.py index 7e5242e..9482316 100644 --- a/earth_wallpaper/interfaces/himawari8.py +++ b/earth_wallpaper/interfaces/himawari8.py @@ -44,7 +44,7 @@ def fill_img(self): return data def get_time_path(self): - today = datetime.datetime.utcnow() + today = datetime.datetime.utcnow() - datetime.timedelta(minutes=30) path_today_ = today.strftime("%Y/%m/%d/%H%M") temp_list = list(path_today_) temp_list[-1] = "0"