Add network test

This commit is contained in:
Ben Sarmiento
2023-11-11 03:55:06 +01:00
parent 531624ee82
commit aa6ce3662c
2 changed files with 111 additions and 0 deletions

View File

@@ -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")