Skip to content

Commit cea0400

Browse files
committed
update code.py to pull from new data source
1 parent e4eb6cb commit cea0400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_on_this_day/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
pyportal = PyPortal(url = DATA,
1919
json_path = (DAY, PERSON, NOTABLE, YEAR, ACCOMPLISH, WEB),
2020
status_neopixel = board.NEOPIXEL,
21-
default_bg = cwd + "/mary_jan1.bmp",
21+
default_bg = none,
2222
text_font = cwd+"fonts/Arial-ItalicMT-17.bdf",
2323
text_position=((10, 70), (10, 100), (10, 130),(60, 160), (105, 190), (10, 220)),
2424
text_color=(0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF),

0 commit comments

Comments
 (0)