Added note about 3am service

This commit is contained in:
David Beazley
2020-05-30 04:41:04 -05:00
parent dd66141d52
commit fbbb79467c

View File

@@ -169,6 +169,10 @@ you accessed is actually feeding the website
<http://ctabustracker.com/bustime/home.jsp>. Try it again and watch
the predictions change.
Note: This service only reports arrival times within the next 30 minutes.
If you're in a different timezone and it happens to be 3am in Chicago, you
might not get any output. You use the tracker link above to double check.
If the first import statement `import urllib.request` fails, youre
probably using Python 2. For this course, you need to make sure youre
using Python 3.6 or newer. Go to <https://www.python.org> to download