Explorar o código

Fix extraneous arg in "db shell" CLI

theenglishway (time) %!s(int64=7) %!d(string=hai) anos
pai
achega
a49287600c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      twhatter/cli.py

+ 1 - 1
twhatter/cli.py

@@ -75,7 +75,7 @@ def shell(ctx):
         'User': User
     }
     IPython.start_ipython(argv=[], user_ns=user_ns)
-    ctx.obj['output'].stop(session)
+    ctx.obj['output'].stop()
 
 
 db.add_command(profile)