Created
March 15, 2012 21:00
-
-
Save csessig86/2046904 to your computer and use it in GitHub Desktop.
Timeline.py part 12
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
# Write the information to the file. The HTML code is based on coding recognized by TimelineSetter | |
f.write(date8 + "," + description7 + "," + link3 + "," + '<h2 class="timeline-img-hed">' + headline3 + '</h2>' + image5 + "\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment