ソースを参照

show missing graphics in weather

Thomas Buck 1年前
コミット
0bd1656e68
2個のファイルの変更3行の追加0行の削除
  1. バイナリ
      images/weather_unknown.png
  2. 3
    0
      weather.py

バイナリ
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)

読み込み中…
キャンセル
保存