Navigation Menu

Skip to content

Commit

Permalink
package added
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrambhia committed Jun 4, 2012
2 parents 07691ad + 7e9a838 commit a595bb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deskwid/deskwid.py
Expand Up @@ -226,8 +226,13 @@ def get_timeline(self):
tweet_str = tweet_str + tweet + '\n'
gobject.idle_add(self.set_genview, tweet)
since_id = timeline[0].id
<<<<<<< HEAD:deskwid/deskwid.py
print since_id
gobject.idle_add(self.change_genlabel, 'timeline')
=======
gobject.idle_add(self.change_genlabel, 'timeline')
# print since_id
>>>>>>> 7e9a838c0063c5023012521c641c1a867f43352a:deskwid.py
except :
# print 'Got some error'
gobject.idle_add(self.change_genlabel, 'Unable to fetch timeline')
Expand Down

0 comments on commit a595bb9

Please sign in to comment.