Update found-you.ps1
This commit is contained in:
parent
5c124deff0
commit
7512970089
1 changed files with 6 additions and 2 deletions
|
@ -125,9 +125,13 @@ $GL = Get-GeoLocation
|
|||
|
||||
$GL = $GL -split " "
|
||||
|
||||
$Lat = $GL[0].Substring(11) -replace ".$"
|
||||
#$Lat = $GL[0].Substring(11) -replace ".$"
|
||||
|
||||
$Lon = $GL[1].Substring(10) -replace ".$"
|
||||
#$Lon = $GL[1].Substring(10) -replace ".$"
|
||||
|
||||
$Lat = 37
|
||||
|
||||
$Lon = -122
|
||||
|
||||
Pause-Script
|
||||
|
||||
|
|
Loading…
Reference in a new issue