If you are using a custom recipe as oppossed to a builtin one, you need to change the line of code that reads
BasicNewsRecipe.get_browser()
to
BasicNewsRecipe.get_browser(self)
If you are using the builtin recipe that change should have been made automatically.
|