removed unused code

This commit is contained in:
Lynne 2019-07-01 17:13:45 +10:00
parent 07a037d4d4
commit 86bbfb442b
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import functions
from bs4 import BeautifulSoup
cfg = json.load(open('config.json', 'r'))
threads = {}
client = mastodon.Mastodon(
client_id=cfg['client']['id'],