Browse Source

Cleanup

pyserial_fix
Scott Petersen 11 years ago
parent
commit
6f84c2f5c9
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      pyad2/devices.py

+ 0
- 1
pyad2/devices.py View File

@@ -912,5 +912,4 @@ class SocketDevice(Device):
raise util.CommError('Error setting up SSL connection.', err)

def _verify_ssl_callback(self, connection, x509, errnum, errdepth, ok):
#print ok
return ok

Loading…
Cancel
Save