rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

Fix for duplicate rows in csv subscription list #7

Closed amit closed 13 years ago

amit commented 13 years ago

Hi Sam,

I just sent the following email to planet devel mailing list. Let me know if this is okay.

--Amit

Hi All,

I had been chasing this problem for some time and have finally found the issue. If you are using the CSV for subscriptions (e.g. with google spreadsheets) and the subscriptions have duplicates, the entire csv list will not be processed. The error is because ConfigParser would not allow add_section for duplicates.

I don't know a good way to fix this, but how does the following work ? Let me know if that is okay. I have submitted a pull request to Sam.

Thanks! Amit