add latest changes from march'17
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
def init():
|
||||
global server, proxies, useproxy
|
||||
|
||||
""" Edit that variables """
|
||||
# Edit that variables
|
||||
server = "http://paste.r4sas.i2p/"
|
||||
proxies = {'http': 'http://127.0.0.1:4444'}
|
||||
|
||||
""" True/False """
|
||||
# True/False
|
||||
useproxy = True
|
||||
|
||||
""" There is nothing more to do :D """
|
||||
|
||||
"""if you set useproxy to false, we clean proxies variable"""
|
||||
if useproxy == False:
|
||||
proxies = {}
|
||||
# There is nothing more to do :D
|
||||
|
||||
Reference in New Issue
Block a user