Update found-you.ps1

This commit is contained in:
I-Am-Jakoby
2023-01-02 19:16:20 -06:00
committed by GitHub
parent 5c124deff0
commit 7512970089
+6 -2
View File
@@ -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