mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Oops, left some debugging in there
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user