Merge pull request #1925 from 0polar/patch-1

Fix "no module" error
This commit is contained in:
ZeroNet 2019-03-19 16:41:48 +01:00 committed by GitHub
commit abb458bdd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import socket
from lib.PySocks import socks
import socks
from Config import config
def create_connection(address, timeout=None, source_address=None):