Created
March 15, 2012 20:56
-
-
Save csessig86/2046875 to your computer and use it in GitHub Desktop.
Timeline.py 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Extract that information in strings | |
date2 = str(date) | |
link2 = str(link) | |
headline2 = str(headline) | |
image2 = str(image) | |
# These are pulled from outside the loop | |
description2 = str(description) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment