Skip to content

Instantly share code, notes, and snippets.

@clholgat
Created March 11, 2011 21:36
Show Gist options
  • Save clholgat/866623 to your computer and use it in GitHub Desktop.
Save clholgat/866623 to your computer and use it in GitHub Desktop.
Error, this is with the full file
>>> from datetime import datetime
>>> import project
>>> project.build_request_url('IBM', datetime.today(), datetime.today())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "project.py", line 41, in build_request_url
'e' : end_date.day,
ValueError: unsupported format character '&' (0x26) at index 53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment