Changes between Version 5 and Version 6 of Windows RDP Config Settings
- Timestamp:
- 01/21/22 10:25:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows RDP Config Settings
v5 v6 92 92 93 93 print (LOCAL_IP,RAS_CONNECT,RAS_USERNAME,RAS_PASSWORD) 94 95 #try :96 94 97 95 send_event ('Checking VPN Connection Heartbeat', 'Info') … … 141 139 else : 142 140 print ('Connection Up ...') 143 144 #except Exception as e :#Exception for main error?145 # exc_type, exc_obj, exc_tb = sys.exc_info()146 # fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]147 # e = str(e) + '\n\n' + str(exc_type) + '\n' + str(fname) + '\n' + str(exc_tb.tb_lineno)148 # send_event (e, 'error')149 150 151 152 153 154 155 156 157 158 141 }}} 159 142