fixed once and for all
This commit is contained in:
parent
778b968189
commit
9e6930ffad
1 changed files with 4 additions and 4 deletions
2
reply.py
2
reply.py
|
@ -13,7 +13,7 @@ cfg = json.load(open('config.json', 'r'))
|
|||
client = mastodon.Mastodon(
|
||||
client_id=cfg['client']['id'],
|
||||
client_secret=cfg['client']['secret'],
|
||||
access_token="usercred.secret",
|
||||
access_token=cfg['secret'],
|
||||
api_base_url=cfg['site'])
|
||||
|
||||
def extract_toot(toot):
|
||||
|
|
Loading…
Reference in a new issue