removed unused code
This commit is contained in:
parent
07a037d4d4
commit
86bbfb442b
1 changed files with 0 additions and 1 deletions
1
reply.py
1
reply.py
|
@ -9,7 +9,6 @@ import functions
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
cfg = json.load(open('config.json', 'r'))
|
cfg = json.load(open('config.json', 'r'))
|
||||||
threads = {}
|
|
||||||
|
|
||||||
client = mastodon.Mastodon(
|
client = mastodon.Mastodon(
|
||||||
client_id=cfg['client']['id'],
|
client_id=cfg['client']['id'],
|
||||||
|
|
Loading…
Reference in a new issue