This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cleanup
pyserial_fix
Scott Petersen
11 years ago
parent
2038562da5
commit
6f84c2f5c9
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save