We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdfca7 commit e6056e6Copy full SHA for e6056e6
bpython/__init__.py
@@ -26,4 +26,4 @@
26
27
def embed(locals_=None, args=['-i', '-q'], banner=None):
28
from bpython.cli import main
29
- return main(args, locals_)
+ return main(args, locals_, banner)
0 commit comments