improve python dependencies installation

This commit is contained in:
josc146
2023-06-14 22:21:17 +08:00
parent 64f0610ed7
commit 51c5696bb9
6 changed files with 30 additions and 30 deletions

View File

@@ -2,6 +2,7 @@ package main
import (
"embed"
"os"
"runtime/debug"
"strings"
@@ -29,6 +30,7 @@ func main() {
backend.CopyEmbed(cyac)
backend.CopyEmbed(cyacInfo)
backend.CopyEmbed(py)
os.Mkdir("models", os.ModePerm)
}
// Create an instance of the app structure