remove tor2web gateway

master
Paul Walko 2017-02-12 21:39:29 +00:00
parent c8f4da267a
commit 77133f7cf3
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ def linx(phenny, input, short=False):
return
try:
url = url.replace(".onion/", ".onion.to/")
r = requests.get("https://linx.vtluug.org/upload?", params={"url": url}, headers={"Accept": "application/json"})
if "url" in r.json():
phenny.reply(r.json()["url"])