From 95625b9a58be056691958c4c6e03ee4ae7ad29d4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 4 Jul 2019 21:42:05 +0100 Subject: [PATCH] Package not needed --- README.md | 2 +- session.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 72bcd7c0..4ab3f287 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Also: https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tut ## Install ``` bash -sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 python-requests-toolbelt +sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 sudo pip install commentjson ``` \ No newline at end of file diff --git a/session.py b/session.py index 37dca3f0..c9d4007a 100644 --- a/session.py +++ b/session.py @@ -7,7 +7,6 @@ __email__ = "bob@freedombone.net" __status__ = "Production" import requests -from requests_toolbelt.adapters.source import SourceAddressAdapter from utils import urlPermitted import json