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-05-22 19:26:49 +03:00
|
|
|
server = "https://paste.i2pd.xyz/"
|
|
|
|
proxies = {'socks5': 'socks5://127.0.0.1:9050'}
|
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
|