Commit dcbbcc23 authored by Francesco Poldi's avatar Francesco Poldi

Removed pandas autoclean in run

parent 34a21946
......@@ -223,8 +223,8 @@ def Followers(config):
storage.panda._autoget("followers")
if config.User_full:
storage.panda._autoget("user")
if config.Pandas:
storage.panda.clean()
#if config.Pandas:
# storage.panda.clean()
def Following(config):
logme.debug(__name__+':Following')
......@@ -240,8 +240,8 @@ def Following(config):
storage.panda._autoget("following")
if config.User_full:
storage.panda._autoget("user")
if config.Pandas:
storage.panda.clean()
#if config.Pandas:
# storage.panda.clean()
def Lookup(config):
logme.debug(__name__+':Lookup')
......
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