mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fixed a typo
This commit is contained in:
parent
7835e09c5b
commit
3ad01d1ab0
@ -88,8 +88,8 @@ class Session(base.baseSession):
|
|||||||
self.get_muted_users()
|
self.get_muted_users()
|
||||||
# determine instance custom characters limit.
|
# determine instance custom characters limit.
|
||||||
instance = self.api.instance()
|
instance = self.api.instance()
|
||||||
if hasattr(instance, "max_post_chars"):
|
if hasattr(instance, "max_toot_chars"):
|
||||||
self.char_limit = instance.max_post_chars
|
self.char_limit = instance.max_toot_chars
|
||||||
self.settings.write()
|
self.settings.write()
|
||||||
|
|
||||||
def get_lists(self):
|
def get_lists(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user