forked from KayFaraday/pleroma-ebooks
fixed once and for all
This commit is contained in:
parent
778b968189
commit
9e6930ffad
2
reply.py
2
reply.py
|
@ -13,7 +13,7 @@ cfg = json.load(open('config.json', 'r'))
|
||||||
client = mastodon.Mastodon(
|
client = mastodon.Mastodon(
|
||||||
client_id=cfg['client']['id'],
|
client_id=cfg['client']['id'],
|
||||||
client_secret=cfg['client']['secret'],
|
client_secret=cfg['client']['secret'],
|
||||||
access_token="usercred.secret",
|
access_token=cfg['secret'],
|
||||||
api_base_url=cfg['site'])
|
api_base_url=cfg['site'])
|
||||||
|
|
||||||
def extract_toot(toot):
|
def extract_toot(toot):
|
||||||
|
|
Loading…
Reference in New Issue