diff options
author | cedricbonhomme <devnull@localhost> | 2010-12-01 13:30:23 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-12-01 13:30:23 +0100 |
commit | 2203ee64b15b0cb2457a8e12e9e705c835e8d0ca (patch) | |
tree | 67b74213e89e185077f488eb3d60e70750666c28 | |
parent | Performance improvement. collections.defaultdict used in order to sotr articles. (diff) | |
download | newspipe-2203ee64b15b0cb2457a8e12e9e705c835e8d0ca.tar.gz newspipe-2203ee64b15b0cb2457a8e12e9e705c835e8d0ca.tar.bz2 newspipe-2203ee64b15b0cb2457a8e12e9e705c835e8d0ca.zip |
Performance improvement. collections.defaultdict used in order to sotr articles. (2)
-rwxr-xr-x | utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -379,7 +379,6 @@ def load_feed(): # add the informations about the current article # to the list of articles of the current feed - #articles[feed_id] = articles.get(feed_id, []) articles[feed_id].append(article_list) # informations about a feed |