diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 9aa5320..7b6c801 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -506,7 +506,7 @@ class Mastodon: params['client_secret'] = self.client_secret if agreement == False: - del params_initial['agreement'] + del params['agreement'] # Step 1: Get a user-free token via oauth try: