Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:mattdeboard/python-usdol into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Jul 23, 2011
2 parents 1f626d8 + e112bed commit 65bdd59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_usdol.py
Expand Up @@ -78,7 +78,6 @@ def _get_timestamp(self):
'''
t = datetime.datetime.utcnow().replace(microsecond=0)
t -= datetime.timedelta(minutes=1)
return (t, t.isoformat()+'Z')

def _get_message(self):
Expand Down

0 comments on commit 65bdd59

Please sign in to comment.