Skip to content

Commit 21a62ca

Browse files
authored
Merge pull request #29 from FoamyGuy/fallback_without_json
gracefully handle missing json
2 parents 5f5836d + 5974c71 commit 21a62ca

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)