Skip to content

Commit b989f22

Browse files
authored
Update code.py JSON_URL
There was a change to the folder structure at some point and the MagTag projects were moved inside a MagTag folder and this URL was broken. Corrected to reflect the new URL and tested on my device.
1 parent 5ce5dae commit b989f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • MagTag/MagTag_Seasonal_Produce

MagTag/MagTag_Seasonal_Produce/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
TWELVE_HOUR = True # If set, show 12-hour vs 24-hour (e.g. 3:00 vs 15:00)
3636
DD_MM = False # If set, show DD/MM instead of MM/DD dates
3737
# Location of produce data (file:// or http:// or https://):
38-
JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Learning_System_Guides/master/MagTag_Seasonal_Produce/produce.json'
38+
JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Learning_System_Guides/master/MagTag/MagTag_Seasonal_Produce/produce.json'
3939

4040
# Location is configured in settings.toml. If location is not contained there,
4141
# default value below will be used.

0 commit comments

Comments
 (0)