Use global socks module

This commit is contained in:
shortcutme 2019-03-16 00:03:05 +01:00
parent 56d68ce161
commit ac9531eb98
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -14,7 +14,7 @@ import gevent
from Config import config from Config import config
from Crypt import CryptRsa from Crypt import CryptRsa
from Site import SiteManager from Site import SiteManager
from lib.PySocks import socks import socks
try: try:
from gevent.coros import RLock from gevent.coros import RLock
except: except: