Commit 0b2ec3ed authored by Rob Kelly's avatar Rob Kelly Committed by GitHub

fix bug with pandas (#697)

i found a bug where you were using a variable "obj" that wasn't defined
parent 0b095322
......@@ -190,7 +190,7 @@ async def Users(u, config, conn):
if config.Pandas:
logme.debug(__name__+':User:Pandas+user')
panda.update(obj, config)
panda.update(user, config)
_output(user, output, 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