1
0

Use requests instead - SSL handling is superior

This commit is contained in:
Neil Booth
2015-06-10 16:15:00 +09:00
parent 479a6f84e7
commit a3ad32bd91
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ import sys
import threading
import time
import traceback
import urllib2
import urlparse
import requests