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 977bf20 commit ac6c538Copy full SHA for ac6c538
examples/botexample.py
@@ -18,6 +18,10 @@
18
'SPARK_ACCESS_TOKEN' environment variable on the web server hosting this
19
script.
20
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
+
25
"""
26
27
0 commit comments