mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
remove typo
This commit is contained in:
parent
7b5ad3987d
commit
cdde96a399
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user