Skip to content

Commit

Permalink
Merge pull request #36 from RichardMN/add_user_agent_fix_35
Browse files Browse the repository at this point in the history
Add user_agent parameter to Mastodon invocation
  • Loading branch information
hodgesmr committed Mar 14, 2023
2 parents b7f84ad + 7d65793 commit d91876a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def run(
print(f"Building digest from the past {hours} hours...")

mst = Mastodon(
user_agent="mastodon_digest",
access_token=mastodon_token,
api_base_url=mastodon_base_url,
)
Expand Down

0 comments on commit d91876a

Please sign in to comment.