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 200ba62 commit e2303d4Copy full SHA for e2303d4
examples/websockets/streamconn_on_and_off.py
@@ -54,7 +54,7 @@ def consumer_thread():
54
conn.stop()
55
exit(0)
56
except Exception as e:
57
- print("You goe an exception: {} during execution. continue "
+ print("You got an exception: {} during execution. continue "
58
"execution.".format(e))
59
# let the execution continue
60
pass
0 commit comments