Added timestamp to tweets... no formatting yet though

This commit is contained in:
Anna 2010-04-07 15:01:05 -04:00
parent 1ab585954f
commit c84fcb19fe

View File

@ -79,7 +79,7 @@ class TwitWindow:
if i < len(statuses):
# Update the label with the user's name and screen name
user = statuses[i].user
labeltext = user.name + " (" + user.screen_name + ")"
labeltext = user.name + " (" + user.screen_name + ") " + statuses[i].created_at
self.labels[i].config(text=labeltext)
# Display the text of the tweet