From 739d22e642938ae61b4ec83c4b566714d2f7d498 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 31 May 2019 13:45:35 +0200 Subject: [PATCH] Fix #173 --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: