Commit 34a21946 authored by Francesco Poldi's avatar Francesco Poldi

Updated checks for pandas

parent a5718ec1
......@@ -79,7 +79,7 @@ def _output(obj, output, config, **extra):
write.Text(output, config.Output)
logme.debug(__name__+':_output:Text')
if config.Pandas and obj.type == "user":
if config.Pandas and obj.__class__.__name__ == "user":
logme.debug(__name__+':_output:Pandas+user')
panda.update(obj, config)
if extra.get("follow_list"):
......
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