updates
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import socket
|
||||
|
||||
try:
|
||||
_GLOBAL_DEFAULT_TIMEOUT = socket._GLOBAL_DEFAULT_TIMEOUT
|
||||
except AttributeError:
|
||||
_GLOBAL_DEFAULT_TIMEOUT = object()
|
||||
Reference in New Issue
Block a user