Skip to content

Commit

Permalink
VSI Video: Update Server start on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoMahnic committed Jun 19, 2024
1 parent 0624627 commit d46e5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/video/python/vsi_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def init(address, authkey):
if os_name == 'nt':
py_cmd = 'python'
else:
py_cmd = 'python3'
py_cmd = 'python3.9'
cmd = f"{py_cmd} {server_path} "\
f"--ip {address[0]} "\
f"--port {address[1]} "\
Expand Down

0 comments on commit d46e5e8

Please sign in to comment.