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 8c08454 commit c6ea32cCopy full SHA for c6ea32c
examples/chat.py
@@ -13,7 +13,7 @@
13
14
try:
15
raw_input # Python 2
16
-except NameException:
+except NameError:
17
raw_input = input # Python 3
18
19
def chat_task(ctx, pipe):
0 commit comments