mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
remove useless function
This commit is contained in:
parent
8bd6848ba0
commit
fe01805c1f
@ -32,14 +32,7 @@ SETTINGS_RADIO_NAME = '-SETTINGSRADIO-'
|
||||
|
||||
|
||||
page_url = 'https://github.com/RedHawk989/EyeTrackVR/releases/latest'
|
||||
appversion = "EyeTrackApp 0.2.0 BETA 1"
|
||||
|
||||
def open_url():
|
||||
try:
|
||||
webbrowser.open_new(page_url)
|
||||
print('Opening URL...')
|
||||
except:
|
||||
print('Failed to open URL. Unsupported variable type.')
|
||||
appversion = "EyeTrackApp 0.2.0 BETA 2"
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user