diff --git a/api/Makefile b/api/Makefile index ce78e0f..a8eabca 100644 --- a/api/Makefile +++ b/api/Makefile @@ -9,8 +9,8 @@ images: ./mkimages.py json: - ./mkindexjson.py - ./mkjson.py > v1/index.json + ./mkindexjson.py > v1/index.json + ./mkjson.py md: cp ../src/en/overlay/*.md v1/md diff --git a/pinout.py b/pinout.py index 5e8634d..8e60e94 100644 --- a/pinout.py +++ b/pinout.py @@ -2,8 +2,6 @@ import json import time import os -print(__file__) - try: import yaml except ImportError: