remove typo

This commit is contained in:
Prohurtz 2022-11-22 13:02:25 -08:00
parent 7b5ad3987d
commit cdde96a399

View File

@ -57,7 +57,7 @@ def main():
# Check to see if we can connect to our video source first. If not, bring up camera finding
# dialog.
appversion = "0.1.7.2s"
appversion = "0.1.7.2"
url = "https://raw.githubusercontent.com/RedHawk989/EyeTrackVR-Installer/master/Version-Data/Version_Num.txt"
html = urlopen(url).read()
soup = BeautifulSoup(html, features="html.parser")