Skip to content

Commit e2303d4

Browse files
authored
Fix typo in streamconn_on_and_off example (#623)
1 parent 200ba62 commit e2303d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/websockets/streamconn_on_and_off.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def consumer_thread():
5454
conn.stop()
5555
exit(0)
5656
except Exception as e:
57-
print("You goe an exception: {} during execution. continue "
57+
print("You got an exception: {} during execution. continue "
5858
"execution.".format(e))
5959
# let the execution continue
6060
pass

0 commit comments

Comments
 (0)