Skip to content

Commit ac6c538

Browse files
committed
Update botexample to call out Python 2-only support
web.py only supports Python 2, therefore this script only supports Python 2.
1 parent 977bf20 commit ac6c538

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/botexample.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
'SPARK_ACCESS_TOKEN' environment variable on the web server hosting this
1919
script.
2020
21+
NOTE: While this script is written to support Python versions 2 and 3, as of
22+
the time of this writing web.py (v0.38) only supports Python 2.
23+
Therefore this script only supports Python 2.
24+
2125
"""
2226

2327

0 commit comments

Comments
 (0)