aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
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:
506 params['client_secret'] = self.client_secret 506 params['client_secret'] = self.client_secret
507 507
508 if agreement == False: 508 if agreement == False:
509 del params_initial['agreement'] 509 del params['agreement']
510 510
511 # Step 1: Get a user-free token via oauth 511 # Step 1: Get a user-free token via oauth
512 try: 512 try:
Powered by cgit v1.2.3 (git 2.41.0)