Fix location estimation on Windows
Also, switch to a better Portal Test IP.
This commit is contained in:
@@ -21,7 +21,11 @@ func init() {
|
||||
}
|
||||
|
||||
func prep() error {
|
||||
return prepOnlineStatus()
|
||||
if err := prepOnlineStatus(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return prepLocation()
|
||||
}
|
||||
|
||||
func start() error {
|
||||
|
||||
Reference in New Issue
Block a user