Skip to content

Commit

Permalink
remove fatal-error
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrim authored Jan 7, 2022
1 parent 5a7b980 commit d214a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func checkIPs() {
}
ip, err := getOutboundIP()
if err != nil {
log.Panicln(err)
log.Println(err)
} else {
log.Println("The most likely IP-Address to use for Plex should be: " + ip)
}
Expand Down

0 comments on commit d214a66

Please sign in to comment.