Skip to content

Commit

Permalink
fix: 文案微调
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Mar 28, 2021
1 parent 6aca402 commit e075b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def w_day_emoji(self):
return "☁️"

def __str__(self) -> str:
d_str = f"白天{self.w_day_emoji}{self.w_day}({self.temp_min}°~{self.temp_max}°)"
d_str = f"{self.w_day}{self.w_day_emoji}({self.temp_min}°~{self.temp_max}°)"

if self.w_night != self.w_day:
d_str += f",夜晚{self.w_night}"
Expand Down

0 comments on commit e075b46

Please sign in to comment.