Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 15, 2012 20:56
Show Gist options
  • Save csessig86/2046875 to your computer and use it in GitHub Desktop.
Save csessig86/2046875 to your computer and use it in GitHub Desktop.
Timeline.py 11
# 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