Skip to content

Commit 61df004

Browse files
committed
latest bundle data download. updated images
1 parent 227dad1 commit 61df004

File tree

106 files changed

+22
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+22
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea/*
22

33
python_generator/out.png
4-
python_generator/*bundle*.json
4+

python_generator/create_requirement_image.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
SHOWN_FILETYPES = ["py", "mpy", "bmp", "pcf", "bdf", "wav", "mp3", "json", "txt"]
2020

21-
22-
23-
24-
f = open("adafruit-circuitpython-bundle-20210423.json", "r")
21+
f = open("latest_bundle_data.json", "r")
2522
bundle_data = json.load(f)
2623
f.close()
2724

3.21 KB
3.17 KB
3.19 KB
3.19 KB
3.18 KB
3.17 KB
3.2 KB
3.18 KB

0 commit comments

Comments
 (0)