Commit 9cfaedee authored by Francesco Poldi's avatar Francesco Poldi

Update for run.Favorites

parent 89e9c20c
...@@ -202,6 +202,8 @@ def run(config, callback=None): ...@@ -202,6 +202,8 @@ def run(config, callback=None):
def Favorites(config): def Favorites(config):
logme.debug(__name__+':Favorites') logme.debug(__name__+':Favorites')
config.Favorites = True config.Favorites = True
config.Following = False
config.Followers = False
run(config) run(config)
def Followers(config): def Followers(config):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment