mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fix the client, #30 really needs to be closed @manuelcortez
This commit is contained in:
parent
5001559c7c
commit
69e3205a68
@ -254,7 +254,8 @@ class Session(object):
|
||||
""" Gets muted users (oh really?)."""
|
||||
|
||||
# self.db["muted_users"] = self.twitter.twitter.get_muted_users_ids()["ids"]
|
||||
pass
|
||||
#This really needs to be fixed (#30). Return an empty list as a hacky workaround, remove this comment and the line below when fixed.
|
||||
self.db["muted_users"] = []
|
||||
@_require_login
|
||||
def get_stream(self, name, function, *args, **kwargs):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user