From 4e1b616a543f3e1b8e33627154f1c1e7c1dc22d8 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 22 Feb 2023 00:51:50 +0100 Subject: [PATCH] . --- param-docs/generate-param-doc-pages.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/param-docs/generate-param-doc-pages.py b/param-docs/generate-param-doc-pages.py index d357d7a..73daa01 100644 --- a/param-docs/generate-param-doc-pages.py +++ b/param-docs/generate-param-doc-pages.py @@ -9,9 +9,7 @@ import configparser import urllib.request -# TODO undo after merging https://github.com/jomjol/AI-on-the-edge-device/pull/2023 -#configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/rolling/sd-card/config/config.ini" -configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/migrate-parameters2-to-v14.1-branch/sd-card/config/config.ini" +configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/rolling/sd-card/config/config.ini" parameterDocsFolder = "parameter-pages" parameterTemplateFile = "./templates/parameter.md"