Skip to content

Commit

Permalink
Merge pull request #29 from FoamyGuy/fallback_without_json
Browse files Browse the repository at this point in the history
gracefully handle missing json
  • Loading branch information
dhalbert committed Dec 19, 2020
2 parents 5f5836d + 5974c71 commit 21a62ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_slideshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
import time
import os
import random
import json
import displayio

try:
# text slides are an optional feature and require adafruit_display_text
from adafruit_display_text import bitmap_label
import terminalio
import json

TEXT_SLIDES_ENABLED = True
except ImportError:
Expand Down

0 comments on commit 21a62ca

Please sign in to comment.