Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbbb794

Browse files
committed
Added note about 3am service
1 parent dd66141 commit fbbb794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Notes/01_Introduction/01_Python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ you accessed is actually feeding the website
169169
<http://ctabustracker.com/bustime/home.jsp>. Try it again and watch
170170
the predictions change.
171171

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+
172176
If the first import statement `import urllib.request` fails, you’re
173177
probably using Python 2. For this course, you need to make sure you’re
174178
using Python 3.6 or newer. Go to <https://www.python.org> to download

0 commit comments

Comments
 (0)