mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
just format
This commit is contained in:
@@ -57,8 +57,7 @@ func main() {
|
|||||||
settings.HttpAuth = params.HttpAuth
|
settings.HttpAuth = params.HttpAuth
|
||||||
log.Init(params.LogPath, params.WebLogPath)
|
log.Init(params.LogPath, params.WebLogPath)
|
||||||
fmt.Println("=========== START ===========")
|
fmt.Println("=========== START ===========")
|
||||||
fmt.Println("TorrServer", version.Version+",", runtime.Version())
|
fmt.Println("TorrServer", version.Version+",", runtime.Version()+",", "CPU Num:", runtime.NumCPU())
|
||||||
fmt.Println("CPU Num:", runtime.NumCPU())
|
|
||||||
if params.HttpAuth {
|
if params.HttpAuth {
|
||||||
log.TLogln("Use HTTP Auth file", settings.Path+"/accs.db")
|
log.TLogln("Use HTTP Auth file", settings.Path+"/accs.db")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user