mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Close #30
This commit is contained in:
parent
57b09aaf9c
commit
d6259db9a6
@ -252,10 +252,8 @@ class Session(object):
|
||||
def get_muted_users(self):
|
||||
|
||||
""" Gets muted users (oh really?)."""
|
||||
self.db["muted_users"] = self.twitter.twitter.list_mute_ids()["ids"]
|
||||
|
||||
# self.db["muted_users"] = self.twitter.twitter.get_muted_users_ids()["ids"]
|
||||
#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