udpated error msg

patch/inkylauncher
thirdr 2022-12-19 16:07:02 +00:00 zatwierdzone przez Phil Howard
rodzic be39aafd2d
commit 3a3b82889d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ def draw():
graphics.set_pen(4)
graphics.rectangle(0, 170, 640, 25)
graphics.set_pen(1)
graphics.text("Unable to display image! :(", 5, 175, 400, 2)
graphics.text("Unable to display image! Check your network settings in secrets.py", 5, 175, 600, 2)
graphics.set_pen(0)
graphics.rectangle(0, 375, 640, 25)