Kaynağa Gözat

Fix extraneous arg in "db shell" CLI

theenglishway (time) 7 yıl önce
ebeveyn
işleme
a49287600c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)