Skip to content

Commit 11ae87c

Browse files
authored
Merge pull request #3187 from GitHubBrewer/patch-1
Update code.py JSON_URL to reflect change in GitHub folder structure Thank you. Yes, the GitHub structure changed and it's very rare we put direct URLs to GitHub files. Great catch.
2 parents 5ce5dae + b989f22 commit 11ae87c

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)