mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Added empty check_streams to mastodon session so it won't raise errors for a while
This commit is contained in:
parent
0e814a765a
commit
b593071364
@ -86,4 +86,7 @@ class Session(base.baseSession):
|
|||||||
user_alias = aliases.get(user.id_str)
|
user_alias = aliases.get(user.id_str)
|
||||||
if user_alias != None:
|
if user_alias != None:
|
||||||
return user_alias
|
return user_alias
|
||||||
return user.name
|
return user.name
|
||||||
|
|
||||||
|
def check_streams(self):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user