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
1 changed files with 1 additions and 1 deletions

View File

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