Skip to content

Commit 5974c71

Browse files
committed
gracefully handle missing json
1 parent 5f5836d commit 5974c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_slideshow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
import time
4444
import os
4545
import random
46-
import json
4746
import displayio
4847

4948
try:
5049
# text slides are an optional feature and require adafruit_display_text
5150
from adafruit_display_text import bitmap_label
5251
import terminalio
52+
import json
5353

5454
TEXT_SLIDES_ENABLED = True
5555
except ImportError:

0 commit comments

Comments
 (0)