Add network test
This commit is contained in:
@@ -18,6 +18,11 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
if len(os.Args) > 1 && os.Args[1] == "networktest" {
|
||||
realdebrid.RunTest()
|
||||
return
|
||||
}
|
||||
|
||||
log := logutil.NewLogger().Named("zurg")
|
||||
|
||||
config, configErr := config.LoadZurgConfig("./config.yml")
|
||||
|
||||
Reference in New Issue
Block a user