Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
fix: 修复向日葵八号获取不到图片的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Dec 2, 2022
1 parent 2bab7a0 commit 3a558aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earth_wallpaper/interfaces/himawari8.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a558aa

Please sign in to comment.