Commit dcbbcc23 authored by Francesco Poldi's avatar Francesco Poldi

Removed pandas autoclean in run

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