From 9f74d568f0c2587b722170c369b0791ccc40423e Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 24 Feb 2022 16:08:29 -0600 Subject: [PATCH] Add attribute type to mastodon session --- src/sessions/mastodon/session.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sessions/mastodon/session.py b/src/sessions/mastodon/session.py index 619ba2fc..ce4a2e5a 100644 --- a/src/sessions/mastodon/session.py +++ b/src/sessions/mastodon/session.py @@ -22,6 +22,7 @@ class Session(base.baseSession): super(Session, self).__init__(*args, **kwargs) self.config_spec = "mastodon.defaults" self.supported_languages = [] + self.type = "mastodon" def login(self, verify_credentials=True): if self.settings["mastodon"]["access_token"] != None and self.settings["mastodon"]["instance"] != None: