enable pyweb on micropython

This commit is contained in:
Fabio Pliger
2024-05-07 11:36:01 -05:00
parent 18ffdb9f15
commit 12c9946e41

View File

@@ -37,7 +37,7 @@ const python = [
"_path = None",
];
const ignore = new Ignore(python, "./pyweb");
const ignore = new Ignore(python, "-");
const write = (base, literal) => {
for (const [key, value] of entries(literal)) {