fix: fix overlay arg

This commit is contained in:
Prohurtz 2023-11-09 09:20:45 -06:00
parent 582813cc01
commit 661fc3d8c2

View File

@ -82,7 +82,7 @@ class var:
def center_overlay_calibrate(self):
try:
os.startfile(
"Tools/ETVR_SteamVR_Calibration_Overlay.exe -center"
"Tools/ETVR_SteamVR_Calibration_Overlay.exe center"
) # i cant remember if this needs the - for argument... also check the file path.
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
server_address = ("localhost", 1234)