Missed adding a mastodon to the pool

This commit is contained in:
Jason McBrayer 2018-08-21 22:11:27 -04:00
parent 81a705cba9
commit a07b6db3d3
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ def get_mastodon(request):
access_token = user.access_token,
api_base_url = client.api_base_id,
ratelimit_method="throw")
pool[user.access_token] = mastodon
return mastodon
def fullbrutalism_p(request):