소스 검색

show missing graphics in weather

Thomas Buck 1 년 전
부모
커밋
0bd1656e68
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      images/weather_unknown.png
  2. 3
    0
      weather.py

BIN
images/weather_unknown.png 파일 보기


+ 3
- 0
weather.py 파일 보기

@@ -229,6 +229,9 @@ class WeatherScreen:
229 229
             if d[0] != val:
230 230
                 continue
231 231
 
232
+            if d[2] == None:
233
+                self.descriptions[i] = (d[0], d[1], "weather_unknown.png")
234
+
232 235
             if isinstance(d[2], str):
233 236
                 w = 50
234 237
                 target_size = (w, w)

Loading…
취소
저장