- Add shinning UI
- Revamp deployment process - Fix Alldebrid file node bug
This commit is contained in:
5
main.go
5
main.go
@@ -3,8 +3,8 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"flag"
|
||||
"goBlack/cmd"
|
||||
"goBlack/common"
|
||||
"github.com/sirrobot01/debrid-blackhole/cmd"
|
||||
"github.com/sirrobot01/debrid-blackhole/common"
|
||||
"log"
|
||||
)
|
||||
|
||||
@@ -15,6 +15,7 @@ func main() {
|
||||
|
||||
// Load the config file
|
||||
conf, err := common.LoadConfig(configPath)
|
||||
common.CONFIG = conf
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user