From 9b062437af9f4cd22429778d26bf07aa1d8a78f0 Mon Sep 17 00:00:00 2001 From: Cy Date: Mon, 1 Jun 2020 08:39:16 +0000 Subject: [PATCH] Oops, left some debugging in there --- brutaldon/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/brutaldon/views.py b/brutaldon/views.py index 4ba4b70..b77570a 100644 --- a/brutaldon/views.py +++ b/brutaldon/views.py @@ -84,7 +84,6 @@ def get_usercontext(request): ): raise NotLoggedInException() mastodon = Mastodon( - debug_requests=True, client_id=client.client_id, client_secret=client.client_secret, access_token=user.access_token,