Testing gitea stuff, updated access token path.

This commit is contained in:
Alex Huddleston 2019-03-02 18:14:13 -06:00
parent 17a6cedc54
commit 1e7c64512b

View file

@ -29,7 +29,7 @@ def main():
# Authorize Mastodon, set api base
# TODO: Modularize this
mastodon = masto(
access_token = '/Users/shadow8t4/.secrets/mastodon_api_access_token.secret',
access_token = '~/.secrets/mastodon_api_access_token.secret',
api_base_url = 'https://masto.werefoxsoftware.com'
)