There was an error while loading. Please reload this page.
1 parent 9b81da7 commit 566b632Copy full SHA for 566b632
1 file changed
recipes/bloomberg.recipe
@@ -178,9 +178,7 @@ class Bloomberg(BasicNewsRecipe):
178
return soup
179
180
def get_browser(self, *args, **kwargs):
181
- kwargs['user_agent'] = (
182
- 'BloombergHorseshoe|Android|16|6.66.0'
183
- )
+ kwargs['user_agent'] = 'BloombergHorseshoe|Android|16|6.66.0'
184
br = BasicNewsRecipe.get_browser(self, *args, **kwargs)
185
return br
186
0 commit comments