set remote connection to remotesupport.pismotek.com
This commit is contained in:
parent
5911700bc4
commit
4047ff0539
@ -124,7 +124,7 @@ def vncconnect(tvn_mode, tvn_state):
|
||||
sg.execute_command_subprocess(app, *[tvn_mode, "-disconnectall"], wait=False)
|
||||
time.sleep(3)
|
||||
# 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():
|
||||
tvn_mode, tvn_state = get_tvnserver_info()
|
||||
|
Loading…
Reference in New Issue
Block a user