Documentation updates
This commit is contained in:
parent
5b85ca65f4
commit
f838d9a61e
2
TODO
2
TODO
|
@ -15,3 +15,5 @@ bugs:
|
||||||
|
|
||||||
* Direct Messages have no names, only screen names (may not be fixable without
|
* Direct Messages have no names, only screen names (may not be fixable without
|
||||||
considerable tweets to python-twitter)
|
considerable tweets to python-twitter)
|
||||||
|
* Segfault on start sometimes
|
||||||
|
* Can't always kill tabs
|
||||||
|
|
|
@ -277,8 +277,7 @@ class MyTwitter():
|
||||||
self.tweet_notebook.set_current_page(i)
|
self.tweet_notebook.set_current_page(i)
|
||||||
return
|
return
|
||||||
|
|
||||||
# We check for the name so that the special case of
|
# Add the pane to the persistent database of open panes
|
||||||
# the first run is handled...
|
|
||||||
if (name, single_tweet) not in self.db['open_tabs']:
|
if (name, single_tweet) not in self.db['open_tabs']:
|
||||||
ot = self.db['open_tabs']
|
ot = self.db['open_tabs']
|
||||||
ot.append((name,single_tweet))
|
ot.append((name,single_tweet))
|
||||||
|
|
Reference in New Issue
Block a user