2017-03-02 13:09:52 +03:00
|
|
|
def init():
|
|
|
|
global server, proxies, useproxy
|
|
|
|
|
2018-02-12 17:28:18 +03:00
|
|
|
# Edit that variables
|
2018-03-10 05:37:20 +03:00
|
|
|
server = "http://paste.i2pd.xyz/"
|
2017-03-02 13:09:52 +03:00
|
|
|
proxies = {'http': 'http://127.0.0.1:4444'}
|
2017-03-02 14:23:05 +03:00
|
|
|
|
2018-02-12 17:28:18 +03:00
|
|
|
# True/False
|
2018-03-10 05:37:20 +03:00
|
|
|
useproxy = False
|
2017-03-02 13:09:52 +03:00
|
|
|
|
2018-02-12 17:28:18 +03:00
|
|
|
# There is nothing more to do :D
|