Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 15, 2012 20:52
Show Gist options
  • Save csessig86/2046849 to your computer and use it in GitHub Desktop.
Save csessig86/2046849 to your computer and use it in GitHub Desktop.
Timeline.py part 10
# We'll replace commas with dashes so we don't screw up the CSV. You can change the dash to whatever character you want
date3 = date2.replace(",", " -")
link3 = link2.replace(",", " -")
headline3 = headline2.replace(",", " -")
description3 = description2.replace(",", " -")
image3 = image2.replace(",", " -")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment