Testing gitea stuff, updated access token path.
This commit is contained in:
parent
17a6cedc54
commit
1e7c64512b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def main():
|
||||||
# Authorize Mastodon, set api base
|
# Authorize Mastodon, set api base
|
||||||
# TODO: Modularize this
|
# TODO: Modularize this
|
||||||
mastodon = masto(
|
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'
|
api_base_url = 'https://masto.werefoxsoftware.com'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue