set remote connection to remotesupport.pismotek.com

This commit is contained in:
Fredrcik W. Warren 2024-05-27 02:44:40 -06:00
parent 5911700bc4
commit 4047ff0539

View File

@ -124,7 +124,7 @@ def vncconnect(tvn_mode, tvn_state):
sg.execute_command_subprocess(app, *[tvn_mode, "-disconnectall"], wait=False) sg.execute_command_subprocess(app, *[tvn_mode, "-disconnectall"], wait=False)
time.sleep(3) time.sleep(3)
# print("Connecting") # print("Connecting")
sg.execute_command_subprocess(app, *[tvn_mode, "-connect 192.168.0.94"], wait=False) sg.execute_command_subprocess(app, *[tvn_mode, "-connect remotesupport.pismotek.com"], wait=False)
def main(): def main():
tvn_mode, tvn_state = get_tvnserver_info() tvn_mode, tvn_state = get_tvnserver_info()