Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
and still lint finds something...
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Dec 29, 2015
1 parent 25b7068 commit 0ba4cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/direct_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def CreatedAtInSeconds(self):
Returns:
The time this direct message was posted, in seconds since the epoch.
"""
return timegm(rfc822.parsedate(self.created_at))
return timegm(parsedate(self.created_at))

@property
def SenderScreenName(self):
Expand Down

0 comments on commit 0ba4cdd

Please sign in to comment.