add latest changes from march'17

This commit is contained in:
r4sas
2018-02-12 17:28:18 +03:00
parent af722098f1
commit 7a88bf2efc
7 changed files with 24 additions and 22 deletions

View File

@@ -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