Changes between Version 5 and Version 6 of Windows RDP Config Settings


Ignore:
Timestamp:
01/21/22 10:25:30 (2 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows RDP Config Settings

    v5 v6  
    9292
    9393print (LOCAL_IP,RAS_CONNECT,RAS_USERNAME,RAS_PASSWORD)
    94 
    95 #try :
    9694
    9795send_event ('Checking VPN Connection Heartbeat', 'Info')
     
    141139else :
    142140        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 
    158141}}}
    159142