fix: 渠道标签开启下使用ID排序出错

This commit is contained in:
CalciumIon
2024-12-09 20:38:03 +08:00
parent 2c79811cb1
commit 56ccb30a94
3 changed files with 16 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ var indexPage []byte
func main() {
err := godotenv.Load(".env")
if err != nil {
common.SysLog("Can't load .env file")
common.SysError("failed to load .env file: " + err.Error())
}
common.SetupLogger()