mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update utp server settings hint + cosmetics
This commit is contained in:
@@ -37,10 +37,8 @@ func Start(port string) {
|
||||
}
|
||||
err := BTS.Connect()
|
||||
if err != nil {
|
||||
log.TLogln("BTS.Connect() error!", err)
|
||||
os.Exit(1)
|
||||
//waitChan <- err
|
||||
//return
|
||||
log.TLogln("BTS.Connect() error!", err) // waitChan <- err
|
||||
os.Exit(1) // return
|
||||
}
|
||||
rutor.Start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user