From 1e7c64512bafd656f51290aae338bf79637d16ba Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Sat, 2 Mar 2019 18:14:13 -0600 Subject: [PATCH] Testing gitea stuff, updated access token path. --- multipub_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipub_runtime.py b/multipub_runtime.py index 38a9226..99fea5b 100644 --- a/multipub_runtime.py +++ b/multipub_runtime.py @@ -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' )