We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd66141 commit fbbb794Copy full SHA for fbbb794
1 file changed
Notes/01_Introduction/01_Python.md
@@ -169,6 +169,10 @@ you accessed is actually feeding the website
169
<http://ctabustracker.com/bustime/home.jsp>. Try it again and watch
170
the predictions change.
171
172
+Note: This service only reports arrival times within the next 30 minutes.
173
+If you're in a different timezone and it happens to be 3am in Chicago, you
174
+might not get any output. You use the tracker link above to double check.
175
+
176
If the first import statement `import urllib.request` fails, you’re
177
probably using Python 2. For this course, you need to make sure you’re
178
using Python 3.6 or newer. Go to <https://www.python.org> to download
0 commit comments