fixed phone ip variable bug

This commit is contained in:
Steven Burnham 2023-12-07 21:01:34 -05:00
parent 6a220095a2
commit bbdcc08ae2
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

@ -59,9 +59,6 @@ cd "$env:USERPROFILE\pypush"
Write-Output "Installing dependencies" Write-Output "Installing dependencies"
pip install -r "requirements.txt" pip install -r "requirements.txt"
# Store the IP address in a variable.
$phoneIpVariable = Set-Variable -Name phoneIp -Value $phoneIp -Scope Global
# Execute the `python demo.py` script with the phone IP address passed as a parameter. # Execute the `python demo.py` script with the phone IP address passed as a parameter.
Write-Output "Registering" Write-Output "Registering"
python demo.py --phone $phoneIpVariable python demo.py --phone $phoneIp