Skip to content

Commit

Permalink
comments added for this bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic0 committed Jun 1, 2011
1 parent 09dbc3b commit 671f96c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tyrs/uiTyrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ def updateTimeline (self, buffer):
elif buffer == 'user' and self.api.search_user != '':
self.appendNewStatuses(
self.api.api.GetUserTimeline(self.api.search_user, include_rts=True), buffer)
#TODO does it realy need to display the timeline here ?!
# TODO does it realy need to display the timeline here ?!
# DO NOT decomment it, unless the loop with the displayTimeline and empty newstatuses
# call here for checking (needed for start, and changing buffer, retrieves tweets in
# this case
# self.displayTimeline()
except:
self.flash = ["Couldn't retrieve tweets", 'warning']
Expand Down

0 comments on commit 671f96c

Please sign in to comment.